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 adbb31d commit 599348bCopy full SHA for 599348b
packages/auth/src/mfa/assertions/totp.ts
@@ -139,7 +139,7 @@ export class TotpMultiFactorAssertionImpl
139
}
140
141
/** @internal */
142
- _finalizeEnroll(
+ async _finalizeEnroll(
143
auth: AuthInternal,
144
idToken: string,
145
displayName?: string | null
@@ -157,7 +157,7 @@ export class TotpMultiFactorAssertionImpl
157
158
159
160
- _finalizeSignIn(
+ async _finalizeSignIn(
161
162
mfaPendingCredential: string
163
): Promise<FinalizeMfaResponse> {
0 commit comments