Skip to content

Commit

Permalink
Make jwt not required for register mutation (strapi#6716)
Browse files Browse the repository at this point in the history
Signed-off-by: Diogo Correia <me@diogotc.com>
Signed-off-by: Gil Fernandes <gil.fernandes@onepointltd.com>
  • Loading branch information
diogotcorreia authored and onepointconsulting committed Aug 13, 2020
1 parent 45051d2 commit 276ba0e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -49,7 +49,7 @@ module.exports = {
}
type UsersPermissionsLoginPayload {
jwt: String!
jwt: String
user: UsersPermissionsMe!
}
Expand Down

0 comments on commit 276ba0e

Please sign in to comment.