Skip to content

Commit

Permalink
Ask browsers not to allow autocomplete on login
Browse files Browse the repository at this point in the history
  • Loading branch information
carlsixsmith-moj committed Aug 20, 2024
1 parent 26f1358 commit 1d1d98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Server.UI/Pages/Identity/Authentication/Login.razor
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<div class="mud-input-control-input-container">
<!--!--><!--!-->
<div class="mud-input mud-input-outlined mud-shrink">
<InputText type="password" @bind-Value="Input.Password" class="mud-input-slot mud-input-root mud-input-root-outlined" autocomplete="current-password" aria-required="true" placeholder="password" />
<InputText type="password" @bind-Value="Input.Password" class="mud-input-slot mud-input-root mud-input-root-outlined" autocomplete="off" aria-required="true" placeholder="password" />
<div class="mud-input-slot mud-input-root mud-input-root-outlined" style="display:none"></div>
<!--!-->
<div class="mud-input-outlined-border"></div>
Expand Down

0 comments on commit 1d1d98c

Please sign in to comment.