I created my custom theme in keycloak for login it works fine but when i add google button so that user can able to login with google also then it not work

  <a
        href="${url.loginAction}?client_id=${client.clientId}&kc_idp_hint=google"
        class="google-btn"
        ><img
          class="google-img"
          src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIzOHB"
          alt="Google Logo"
          class="google-icon"
        />Continue with Google</a
      >.  this is what i make url for social login so that user can login with google but it not work

Did you add the identity provider? Then you can just use what is already in the login theme:

<#nested "socialProviders">
1 Like