ew-construct oidc

This commit is contained in:
Tao Chen
2024-11-02 04:02:38 +08:00
parent d8c129e465
commit 9706a6d7d1
8 changed files with 35 additions and 16 deletions
+4 -4
View File
@@ -93,10 +93,10 @@ import webauthImage from '@/assets/webauth.png';
import defaultImage from '@/assets/oidc.png';
const providerImageMap = {
google: googleImage,
github: githubImage,
oidc: oidcImage,
webauth: webauthImage,
Google: googleImage,
GitHub: githubImage,
OIDC: oidcImage,
WebAuth: webauthImage,
default: defaultImage,
};