feat: refactor reset password mutation with the REST API endpoint
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
import { gql } from '@apollo/client';
|
||||
export const RESET_PASSWORD = gql`
|
||||
mutation ResetPassword($input: ResetPasswordInput) {
|
||||
resetPassword(input: $input)
|
||||
}
|
||||
`;
|
Reference in New Issue
Block a user