🐛 Fix wrong type const
This commit is contained in:
parent
71e959805f
commit
867a556204
@ -16,8 +16,8 @@ type AuthFactorType = int8
|
||||
const (
|
||||
PasswordAuthFactor = AuthFactorType(iota)
|
||||
EmailPasswordFactor
|
||||
InAppNotifyFactor
|
||||
TimeOtpFactor
|
||||
InAppNotifyFactor
|
||||
)
|
||||
|
||||
type AuthFactor struct {
|
||||
|
Loading…
x
Reference in New Issue
Block a user