totp codes don't seem to sync but they're here!!
This commit is contained in:
parent
5e493554dc
commit
ae254dd731
7 changed files with 345 additions and 27 deletions
|
@ -87,13 +87,13 @@ button:active {
|
|||
<form action="/admin/login" method="POST" id="login">
|
||||
<div>
|
||||
<label for="username">Username</label>
|
||||
<input type="text" name="username" value="">
|
||||
<input type="text" name="username" value="" autocomplete="username">
|
||||
|
||||
<label for="password">Password</label>
|
||||
<input type="password" name="password" value="">
|
||||
<input type="password" name="password" value="" autocomplete="current-password">
|
||||
|
||||
<label for="totp">TOTP</label>
|
||||
<input type="text" name="totp" value="" disabled>
|
||||
<input type="text" name="totp" value="" autocomplete="one-time-code">
|
||||
</div>
|
||||
|
||||
<button type="submit" class="save">Login</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue