diff --git a/pkg/authkit/models/auth.go b/pkg/authkit/models/auth.go index bb8d449..916abd8 100644 --- a/pkg/authkit/models/auth.go +++ b/pkg/authkit/models/auth.go @@ -16,8 +16,8 @@ type AuthFactorType = int8 const ( PasswordAuthFactor = AuthFactorType(iota) EmailPasswordFactor - InAppNotifyFactor TimeOtpFactor + InAppNotifyFactor ) type AuthFactor struct {