Fix SigninTable issue

This commit is contained in:
Yang Luo
2024-02-14 12:20:03 +08:00
parent 764c64e67c
commit 39e485ae82
3 changed files with 6 additions and 4 deletions

View File

@ -223,7 +223,7 @@ func extendApplicationWithSigninItems(application *Application) (err error) {
Visible: true,
Label: "\n<style>\n .login-logo-box {\n }\n<style>\n",
Placeholder: "",
Rule: "none",
Rule: "None",
}
application.SigninItems = append(application.SigninItems, signinItem)
signinItem = &SigninItem{