ew-construct oidc

Cette révision appartient à :
Tao Chen
2024-11-02 04:02:38 +08:00
Parent d8c129e465
révision 9706a6d7d1
8 fichiers modifiés avec 35 ajouts et 16 suppressions
+4 -4
Voir le fichier
@@ -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,
};