mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 21:35:23 +02:00
feat(auth): add an auto-focus directive and remove username placeholder
This commit is contained in:
parent
851a1ac64c
commit
774738110b
3 changed files with 16 additions and 2 deletions
|
@ -36,7 +36,7 @@
|
|||
<div class="form-group">
|
||||
<label for="password" class="col-sm-4 control-label text-left">Password</label>
|
||||
<div class="col-sm-8">
|
||||
<input type="password" class="form-control" ng-model="formValues.Password" id="password">
|
||||
<input type="password" class="form-control" ng-model="formValues.Password" id="password" auto-focus>
|
||||
</div>
|
||||
</div>
|
||||
<!-- !new-password-input -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue