mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-21 19:24:15 +00:00
Allow lastpass users to autofill their credentials
This commit is contained in:
parent
dfe6d9ff88
commit
0ecc013a00
1 changed files with 3 additions and 3 deletions
|
|
@ -41,9 +41,9 @@ block content
|
|||
.tab-pane.active#login-tab
|
||||
form(ng-submit='auth()', method='POST')
|
||||
.control-group
|
||||
input(type='text', ng-model='loginUsername', placeholder='Username')
|
||||
input(type='text', ng-model='loginUsername', placeholder='Username', name="username")
|
||||
.control-group
|
||||
input(type='password', ng-model='loginPassword', placeholder='Password')
|
||||
input(type='password', ng-model='loginPassword', placeholder='Password', name="password")
|
||||
//-.control-group
|
||||
label.checkbox
|
||||
input(type='checkbox', ng-click='useUUID = !useUUID')
|
||||
|
|
@ -51,7 +51,7 @@ block content
|
|||
.control-group
|
||||
input.btn.btn-primary(type='submit', value='Login')
|
||||
|
||||
small In case you are using a password manager (like 1Password)
|
||||
small In case you are using a password manager (like 1Password)
|
||||
| and have problems logging in, try typing username and password manually.
|
||||
|
||||
// good god accordions have html ceremony
|
||||
|
|
|
|||
Loading…
Reference in a new issue