mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-15 03:33:49 +08:00
Improve provider type input box
This commit is contained in:
@ -71,7 +71,7 @@ function getSigninButton(provider) {
|
||||
return <LarkLoginButton text={text} align={"center"} />;
|
||||
} else if (provider.type === "GitLab") {
|
||||
return <GitLabLoginButton text={text} align={"center"} />;
|
||||
} else if (provider.type === "Adfs") {
|
||||
} else if (provider.type === "ADFS") {
|
||||
return <AdfsLoginButton text={text} align={"center"} />;
|
||||
} else if (provider.type === "Casdoor") {
|
||||
return <CasdoorLoginButton text={text} align={"center"} />;
|
||||
|
Reference in New Issue
Block a user