Add enableAutoSignin to application

This commit is contained in:
Gucheng Wang
2022-09-27 20:06:46 +08:00
parent 0098c05fb3
commit 7393b90155
10 changed files with 31 additions and 0 deletions

View File

@ -46,6 +46,7 @@ type Application struct {
EnablePassword bool `json:"enablePassword"`
EnableSignUp bool `json:"enableSignUp"`
EnableSigninSession bool `json:"enableSigninSession"`
EnableAutoSignin bool `json:"enableAutoSignin"`
EnableCodeSignin bool `json:"enableCodeSignin"`
EnableSamlCompress bool `json:"enableSamlCompress"`
EnableWebAuthn bool `json:"enableWebAuthn"`