I only want to use the google login, how can I remove this option?
You can hide it with some CSS in a theme component, something like this should work:
.passkey-login-button {
display: none;
}
That only hides the button, it still allows users to create and login with passkeys via autocomplete in the main login form (on the left of your screenshot).
إعجابَين (2)
Thank you very much, it worked.
إعجاب واحد (1)
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.