Skip to content

Commit

Permalink
Fixed issue with two eye icons when entering passwords
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteNight110 committed Oct 19, 2023
1 parent 34f8f71 commit 1e7cc39
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions html/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,12 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css">
<title>Sukoon - Login</title>
<style>
input[type="password"]::-ms-reveal{
display:none
input[type="password"]::-webkit-credentials-auto-fill-button,
input[type="password"]::-webkit-contacts-auto-fill-button,
input[type="password"]::-ms-reveal {
display: none;
}

</style>
</head>
<body onload="myfunction()">
Expand Down

0 comments on commit 1e7cc39

Please sign in to comment.