We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 997180a commit 64db3d2Copy full SHA for 64db3d2
client/modules/User/reducers.ts
@@ -16,7 +16,7 @@ export const user = (
16
resetPasswordInitiate?: boolean;
17
resetPasswordInvalid?: boolean;
18
emailVerificationInitiate?: boolean;
19
- emailVerificationTokenState?: boolean;
+ emailVerificationTokenState?: 'checking' | 'verified' | 'invalid';
20
} = {
21
authenticated: false
22
},
0 commit comments