Skip to content

Commit

Permalink
MID-9005: Set autocomplete=off for login page
Browse files Browse the repository at this point in the history
  • Loading branch information
tonydamage committed Sep 18, 2023
1 parent bfeda00 commit f2c8de0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<wicket:message key="PageLogin.password"/>
</label>
<div class="input-group d-flex login-panel-control">
<input name="password" type="password" class="form-control form-control-sm d-flex flex-wrap gap-2">
<input name="password" type="password" autocomplete="off" class="form-control form-control-sm d-flex flex-wrap gap-2">
<div class="input-group-append">
<span class="input-group-text">
<i class="fas fa-lock"></i>
Expand Down

0 comments on commit f2c8de0

Please sign in to comment.