mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-04 21:30:24 +08:00
feat: add provider icons and menus (#1522)
* fix: add provider icons(email and captcha) and menus * fix: add provider icons and menus
This commit is contained in:
@ -114,7 +114,11 @@ export const OtherProviderInfo = {
|
||||
},
|
||||
Email: {
|
||||
"Default": {
|
||||
logo: `${StaticBaseUrl}/img/social_default.png`,
|
||||
logo: `${StaticBaseUrl}/img/email_default.png`,
|
||||
url: "",
|
||||
},
|
||||
"SUBMAIL": {
|
||||
logo: `${StaticBaseUrl}/img/social_submail.png`,
|
||||
url: "",
|
||||
},
|
||||
},
|
||||
@ -174,7 +178,7 @@ export const OtherProviderInfo = {
|
||||
},
|
||||
Captcha: {
|
||||
"Default": {
|
||||
logo: `${StaticBaseUrl}/img/social_default.png`,
|
||||
logo: `${StaticBaseUrl}/img/captcha_default.png`,
|
||||
url: "https://pkg.go.dev/github.com/dchest/captcha",
|
||||
},
|
||||
"reCAPTCHA": {
|
||||
|
Reference in New Issue
Block a user