From e32723867825e3b46e807d1be2dd3ab3750c0d62 Mon Sep 17 00:00:00 2001 From: Untone Date: Tue, 21 May 2024 04:49:49 +0300 Subject: [PATCH] result-fix6 --- src/context/session.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/context/session.tsx b/src/context/session.tsx index def2ad4d..9d8199db 100644 --- a/src/context/session.tsx +++ b/src/context/session.tsx @@ -66,7 +66,7 @@ export type SessionContextType = { params: ForgotPasswordInput, ) => Promise<{ data: ForgotPasswordResponse; errors: Error[] }> changePassword: (password: string, token: string) => void - confirmEmail: (input: VerifyEmailInput) => Promise // email confirm callback is in auth.discours.io + confirmEmail: (input: VerifyEmailInput) => Promise // email confirm callback is in authorizer setIsSessionLoaded: (loaded: boolean) => void authorizer: () => Authorizer isRegistered: (email: string) => Promise