Skip to content

Commit

Permalink
op-16538 op-16537 - Added autocomplete off in login page
Browse files Browse the repository at this point in the history
  • Loading branch information
Sahiti Tarigoppula committed Jul 4, 2022
1 parent a64dfcd commit 6ad892d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gate-web/src/main/resources/templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ <h3>Sign in</h3>
</div>
<div class="form-group mb-3">
<label>Username</label>
<input type="text" id="username" name="username" class="form-control" placeholder="Username" autofocus required/>
<input type="text" id="username" name="username" class="form-control" placeholder="Username" autocomplete="off" autofocus required/>
</div>
<!-- /.form-group -->
<div class="form-group mb-3">
<label>Password</label>
<input type="password" id="password" name="password" class="form-control" placeholder="Password" />
<input type="password" id="password" name="password" class="form-control" autocomplete="off" placeholder="Password" />
</div>
<!-- /.form-group -->
<!--<div class="form-group d-flex align-items-center justify-content-between mb-3">
Expand Down

0 comments on commit 6ad892d

Please sign in to comment.