Skip to content

Commit c175005

Browse files
committed
fix: enforce validation on phone number passed in
1 parent afd4467 commit c175005

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/models/factor.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ func (factorState FactorState) String() string {
3232

3333
const TOTP = "totp"
3434
const Phone = "phone"
35-
const WebAuthn = "webauthn"
3635

3736
type AuthenticationMethod int
3837

0 commit comments

Comments
 (0)