mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-23 05:25:53 +08:00
feat: add user info edit verify (#4117)
This commit is contained in:
@@ -90,7 +90,7 @@ export type AllBlobSizesQuery = {
|
||||
};
|
||||
|
||||
export type ChangeEmailMutationVariables = Exact<{
|
||||
id: Scalars['String']['input'];
|
||||
token: Scalars['String']['input'];
|
||||
newEmail: Scalars['String']['input'];
|
||||
}>;
|
||||
|
||||
@@ -106,7 +106,7 @@ export type ChangeEmailMutation = {
|
||||
};
|
||||
|
||||
export type ChangePasswordMutationVariables = Exact<{
|
||||
id: Scalars['String']['input'];
|
||||
token: Scalars['String']['input'];
|
||||
newPassword: Scalars['String']['input'];
|
||||
}>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user