Skip to content

Commit

Permalink
change login user input tooltip
Browse files Browse the repository at this point in the history
closes #424
  • Loading branch information
lmenezes committed Feb 14, 2020
1 parent e93ab99 commit 66b73dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/auth/login.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h4>Cerebro
<form class="form-signin" action="auth/login" method="POST">
<div class="form-group">
<label for="inputUser" class="sr-only">User</label>
<input type="text" name="user" id="inputUser" class="form-control form-control-sm" placeholder="LDAP user" required autofocus>
<input type="text" name="user" id="inputUser" class="form-control form-control-sm" placeholder="User" required autofocus>
</div>
<div class="form-group">
<label for="inputPassword" class="sr-only">Password</label>
Expand Down

0 comments on commit 66b73dd

Please sign in to comment.