mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-02 11:20:18 +08:00
fix: Revert "fix: fix display bug in SigninTable" (#2700)
This reverts commit d52058d2ae
.
This commit is contained in:
@ -287,7 +287,7 @@ func extendApplicationWithSigninItems(application *Application) (err error) {
|
||||
Visible: true,
|
||||
Label: "\n<style>\n .provider-img {\n width: 30px;\n margin: 5px;\n }\n .provider-big-img {\n margin-bottom: 10px;\n }\n</style>\n",
|
||||
Placeholder: "",
|
||||
Rule: "Default",
|
||||
Rule: "None",
|
||||
}
|
||||
application.SigninItems = append(application.SigninItems, signinItem)
|
||||
}
|
||||
|
Reference in New Issue
Block a user