result-fix6
This commit is contained in:
parent
7b546ecbc8
commit
e327238678
|
@ -66,7 +66,7 @@ export type SessionContextType = {
|
|||
params: ForgotPasswordInput,
|
||||
) => Promise<{ data: ForgotPasswordResponse; errors: Error[] }>
|
||||
changePassword: (password: string, token: string) => void
|
||||
confirmEmail: (input: VerifyEmailInput) => Promise<AuthToken> // email confirm callback is in auth.discours.io
|
||||
confirmEmail: (input: VerifyEmailInput) => Promise<AuthToken> // email confirm callback is in authorizer
|
||||
setIsSessionLoaded: (loaded: boolean) => void
|
||||
authorizer: () => Authorizer
|
||||
isRegistered: (email: string) => Promise<string>
|
||||
|
|
Loading…
Reference in New Issue
Block a user