@oussemasahbeni/keycloakify-login-shadcn 250004.0.11 → 250004.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/keycloak-theme/login/pages/login/SocialProviders.tsx +1 -2
- package/package.json +1 -1
- package/keycloak-theme/public/android-chrome-192x192.png +0 -0
- package/keycloak-theme/public/android-chrome-512x512.png +0 -0
- package/keycloak-theme/public/apple-touch-icon.png +0 -0
- package/keycloak-theme/public/favicon-16x16.png +0 -0
- package/keycloak-theme/public/favicon-32x32.png +0 -0
- package/keycloak-theme/public/favicon.ico +0 -0
- package/keycloak-theme/public/site.webmanifest +0 -11
- /package/keycloak-theme/public/{keycloak-theme/login → login}/js/authChecker.js +0 -0
- /package/keycloak-theme/public/{keycloak-theme/login → login}/js/passkeysConditionalAuth.js +0 -0
- /package/keycloak-theme/public/{keycloak-theme/login → login}/js/rfc4648.js +0 -0
- /package/keycloak-theme/public/{keycloak-theme/login → login}/js/webauthnAuthenticate.js +0 -0
- /package/keycloak-theme/public/{keycloak-theme/login → login}/js/webauthnRegister.js +0 -0
|
@@ -44,7 +44,7 @@ export function SocialProviders() {
|
|
|
44
44
|
>
|
|
45
45
|
{kcContext.social.providers.map((...[p, , providers]) => (
|
|
46
46
|
<li key={p.alias}>
|
|
47
|
-
<Button variant="outline" className="w-full hover:text-current">
|
|
47
|
+
<Button variant="outline" className="w-full hover:text-current" asChild>
|
|
48
48
|
<a
|
|
49
49
|
id={`social-${p.alias}`}
|
|
50
50
|
className={clsx(
|
|
@@ -54,7 +54,6 @@ export function SocialProviders() {
|
|
|
54
54
|
),
|
|
55
55
|
"flex items-center justify-center gap-3 "
|
|
56
56
|
)}
|
|
57
|
-
type="button"
|
|
58
57
|
href={p.loginUrl}
|
|
59
58
|
>
|
|
60
59
|
<div className={"h-5 w-5"}>
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "",
|
|
3
|
-
"short_name": "",
|
|
4
|
-
"icons": [
|
|
5
|
-
{ "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" },
|
|
6
|
-
{ "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" }
|
|
7
|
-
],
|
|
8
|
-
"theme_color": "#ffffff",
|
|
9
|
-
"background_color": "#ffffff",
|
|
10
|
-
"display": "standalone"
|
|
11
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|