feat: Implement forgotPassword mutation
This commit is contained in:
@@ -30,6 +30,7 @@ const authentication = shield(
|
||||
'*': isAuthenticated,
|
||||
login: allow,
|
||||
createUser: allow,
|
||||
forgotPassword: allow,
|
||||
},
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user