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