Fix "password" tab in SigninMethods

This commit is contained in:
Yang Luo 2024-01-18 20:17:05 +08:00
parent 0f6b7984d4
commit 5fb6ea0ab4

View File

@ -181,7 +181,7 @@ func initBuiltInApplication() {
{Name: "provider_captcha_default", CanSignUp: false, CanSignIn: false, CanUnlink: false, Prompted: false, SignupGroup: "", Rule: "None", Provider: nil},
},
SigninMethods: []*SigninMethod{
{Name: "Password", DisplayName: "Password", Rule: "None"},
{Name: "Password", DisplayName: "Password", Rule: "All"},
{Name: "Verification code", DisplayName: "Verification code", Rule: "All"},
{Name: "WebAuthn", DisplayName: "WebAuthn", Rule: "None"},
},