mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-05 22:20:01 +08:00
feat: support stateless mfa setup
This commit is contained in:
@ -31,6 +31,8 @@ type VerificationForm struct {
|
||||
CaptchaType string `form:"captchaType"`
|
||||
ClientSecret string `form:"clientSecret"`
|
||||
CaptchaToken string `form:"captchaToken"`
|
||||
|
||||
MfaCacheKey string `form:"mfaCacheKey"`
|
||||
}
|
||||
|
||||
const (
|
||||
|
Reference in New Issue
Block a user