mirror of
https://github.com/strapi/strapi.git
synced 2025-12-27 15:13:21 +00:00
Make jwt not required for register mutation (#6716)
Signed-off-by: Diogo Correia <me@diogotc.com>
This commit is contained in:
parent
c052268be1
commit
ba6753f21a
@ -49,7 +49,7 @@ module.exports = {
|
||||
}
|
||||
|
||||
type UsersPermissionsLoginPayload {
|
||||
jwt: String!
|
||||
jwt: String
|
||||
user: UsersPermissionsMe!
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user