Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Sep 18, 2023
2 parents a02f867 + f2c8de0 commit a441f83
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 a441f83

Please sign in to comment.