diff --git a/src/types.ts b/src/types.ts index fd2ddf2..276959c 100644 --- a/src/types.ts +++ b/src/types.ts @@ -30,7 +30,7 @@ export interface SignInResponse { isVerified: boolean; token?: string; userId?: string; - userAuthenticatorI?: string; + userAuthenticatorId?: string; username?: string; displayName?: string; }