feat: add forgot password page
This commit is contained in:
7
packages/web/src/graphql/mutations/forgot-password.ee.ts
Normal file
7
packages/web/src/graphql/mutations/forgot-password.ee.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { gql } from '@apollo/client';
|
||||
|
||||
export const FORGOT_PASSWORD = gql`
|
||||
mutation ForgotPassword($input: ForgotPasswordInput) {
|
||||
forgotPassword(input: $input)
|
||||
}
|
||||
`;
|
Reference in New Issue
Block a user