# "Login with password key" Removing the Button

**URL:** https://meta.discourse.org/t/login-with-password-key-removing-the-button/296210
**Category:** Support
**Created:** [February 21, 2024, 5:32pm UTC](https://meta.discourse.org/t/login-with-password-key-removing-the-button/296210 "2024-02-21T17:32:47Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![hamdictn](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hamdictn/32/365419_2.png) [@hamdictn](https://meta.discourse.org/u/hamdictn)
#### Post date: [February 21, 2024, 5:32pm UTC](https://meta.discourse.org/t/login-with-password-key-removing-the-button/296210/1 "2024-02-21T17:32:47Z")

</div>

I only want to use the google login, how can I remove this option?

 ![cats](https://global.discourse-cdn.com/meta/original/4X/2/a/7/2a73b34883d25edeb0a970b2fc0b3e41099c1e1c.jpeg)

---

<div class="post-metadata">

### Author: ![pmusaraj](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pmusaraj/32/119489_2.png) [@pmusaraj](https://meta.discourse.org/u/pmusaraj)
#### Post date: [February 21, 2024, 5:36pm UTC](https://meta.discourse.org/t/login-with-password-key-removing-the-button/296210/2 "2024-02-21T17:36:25Z")

</div>

You can hide it with some CSS in a theme component, something like this should work:

```css
.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).

---

<div class="post-metadata">

### Author: ![hamdictn](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hamdictn/32/365419_2.png) [@hamdictn](https://meta.discourse.org/u/hamdictn)
#### Post date: [February 21, 2024, 5:42pm UTC](https://meta.discourse.org/t/login-with-password-key-removing-the-button/296210/3 "2024-02-21T17:42:08Z")

</div>

Thank you very much, it worked.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [March 22, 2024, 5:42pm UTC](https://meta.discourse.org/t/login-with-password-key-removing-the-button/296210/4 "2024-03-22T17:42:18Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
