mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
feature(config) username, password: add autocomplete
This commit is contained in:
parent
c04867451b
commit
f195f8cee1
1 changed files with 4 additions and 2 deletions
|
|
@ -12,7 +12,8 @@
|
|||
class="form-control"
|
||||
placeholder="username"
|
||||
value="{{ username }}"
|
||||
title="Username">
|
||||
title="Username"
|
||||
autocomplete="username">
|
||||
</li>
|
||||
<li>
|
||||
<input
|
||||
|
|
@ -21,7 +22,8 @@
|
|||
class="form-control"
|
||||
placeholder="password"
|
||||
value="{{ password }}"
|
||||
title="Password">
|
||||
title="Password"
|
||||
autocomplete="current-password">
|
||||
</li>
|
||||
<li>
|
||||
<label>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue