Fix resend confirmation component
This commit is contained in:
@@ -27,3 +27,9 @@ mutation ResetPassword($token: String!, $password: String!) {
|
||||
},
|
||||
}
|
||||
`;
|
||||
|
||||
export const RESEND_CONFIRMATION_EMAIL = gql`
|
||||
mutation ResendConfirmationEmail($email: String!) {
|
||||
resendConfirmationEmail(email: $email)
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user