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:
LilithHC
2023-02-06 20:28:40 +08:00
committed by GitHub
parent fcc75dd3be
commit 943aa61869
2 changed files with 9 additions and 2 deletions

View File

@ -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": {