Skip to content

Commit

Permalink
fix: remove stray webauthn entry
Browse files Browse the repository at this point in the history
  • Loading branch information
J0 authored Sep 12, 2024
1 parent afd4467 commit 62e29cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/models/factor.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ func (factorState FactorState) String() string {

const TOTP = "totp"
const Phone = "phone"
const WebAuthn = "webauthn"

type AuthenticationMethod int

Expand Down

0 comments on commit 62e29cc

Please sign in to comment.