From 9bb866d0339ba391acf385b1def9bdec001a5a42 Mon Sep 17 00:00:00 2001 From: Joel Lee Date: Mon, 30 Sep 2024 16:03:15 +0200 Subject: [PATCH] fix: update src/lib/types.ts --- src/lib/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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