mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-18 05:43:49 +08:00
fix: fix display bug in SigninTable (#2698)
* fix: fix display bug in SigninTable * fix: fix code bug * feat: improve code format * feat: improve code format
This commit is contained in:
@ -131,7 +131,7 @@ export function goToWeb3Url(application, provider, method) {
|
||||
}
|
||||
|
||||
export function renderProviderLogo(provider, application, width, margin, size, location) {
|
||||
if (size === "small") {
|
||||
if (size === "Small icon") {
|
||||
if (provider.category === "OAuth") {
|
||||
if (provider.type === "WeChat" && provider.clientId2 !== "" && provider.clientSecret2 !== "" && provider.disableSsl === true && !navigator.userAgent.includes("MicroMessenger")) {
|
||||
const info = async() => {
|
||||
|
Reference in New Issue
Block a user