fix: disable MFA by default (#12586)

This commit is contained in:
Jian Qiu
2021-11-03 01:31:26 +08:00
committed by GitHub
parent d409bdc7c3
commit 1b5b1c9796
+1 -1
View File
@@ -26,7 +26,7 @@ type GatewayOptions struct {
DisableModuleApiVersion bool `help:"Disable each modules default api version" default:"false"`
EnableTotp bool `help:"Enable two-factor authentication" default:"true"`
EnableTotp bool `help:"Enable two-factor authentication" default:"false"`
SsoRedirectUrl string `help:"SSO idp redirect URL"`
SsoAuthCallbackUrl string `help:"SSO idp auth callback URL"`