Skip to content

Commit

Permalink
fix: update src/lib/types.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
J0 committed Sep 30, 2024
1 parent 72a7e9e commit 9bb866d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9bb866d

Please sign in to comment.