Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Odd behavior on MS Edge browser #328

Open
joaodiaslobo opened this issue Sep 18, 2023 · 0 comments
Open

Odd behavior on MS Edge browser #328

joaodiaslobo opened this issue Sep 18, 2023 · 0 comments
Labels
2024 Feature for the 2024 JOIN edition bug Something isn't working

Comments

@joaodiaslobo
Copy link
Member

Add the following CSS code to app.css to disable the toggle Microsoft Edge adds to show the password

/* Hide password reveal button in MS Edge */
::-ms-reveal {
  display: none;
}
@joaodiaslobo joaodiaslobo added bug Something isn't working 2024 Feature for the 2024 JOIN edition labels Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2024 Feature for the 2024 JOIN edition bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant