feat: refactor reset password mutation with the REST API endpoint
This commit is contained in:
@@ -55,7 +55,6 @@ export const authenticationRules = {
|
||||
'*': isAuthenticatedRule,
|
||||
login: allow,
|
||||
registerUser: allow,
|
||||
resetPassword: allow,
|
||||
},
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user