diff --git a/theme/keywind/login/assets/providers/providers.ftl b/theme/keywind/login/assets/providers/providers.ftl index 11057da..b2d943a 100644 --- a/theme/keywind/login/assets/providers/providers.ftl +++ b/theme/keywind/login/assets/providers/providers.ftl @@ -47,7 +47,7 @@ <@instagramIcon.kw /> -<#macro linkedin> +<#macro "linkedin-openid-connect"> <@linkedinIcon.kw /> diff --git a/theme/keywind/login/components/molecules/identity-provider.ftl b/theme/keywind/login/components/molecules/identity-provider.ftl index 21a3bd8..b59962e 100644 --- a/theme/keywind/login/components/molecules/identity-provider.ftl +++ b/theme/keywind/login/components/molecules/identity-provider.ftl @@ -31,7 +31,7 @@ <#case "instagram"> <#assign colorClass="hover:bg-provider-instagram/10"> <#break> - <#case "linkedin"> + <#case "linkedin-openid-connect"> <#assign colorClass="hover:bg-provider-linkedin/10"> <#break> <#case "microsoft">