feat: use create access token api endpoint instead of login mutation
This commit is contained in:
@@ -53,7 +53,6 @@ const isAuthenticatedRule = rule()(isAuthenticated);
|
||||
export const authenticationRules = {
|
||||
Mutation: {
|
||||
'*': isAuthenticatedRule,
|
||||
login: allow,
|
||||
registerUser: allow,
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user