✨ User login
This commit is contained in:
@ -52,6 +52,7 @@ type AuthChallengeState = int8
|
||||
|
||||
const (
|
||||
ActiveChallengeState = AuthChallengeState(iota)
|
||||
ExpiredChallengeState
|
||||
FinishChallengeState
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user