diff --git a/src/lib/types.ts b/src/lib/types.ts index c2cbfdca..5e60ec75 100644 --- a/src/lib/types.ts +++ b/src/lib/types.ts @@ -975,7 +975,7 @@ export type AuthMFAEnrollWebAuthnResponse = { id: string /** Type of MFA factor. */ - type: 'phone' + type: 'webauthn' /** Friendly name of the factor, useful for distinguishing between factors **/ friendly_name?: string