2fa code in the login page

This commit is contained in:
Maxim Devaev
2023-01-23 03:18:56 +02:00
parent cef6497375
commit cbebc1fa52
4 changed files with 31 additions and 11 deletions

View File

@@ -49,17 +49,28 @@
<div id="login">
<table>
<tr>
<td>Username:</td>
<td>Username:&nbsp;</td>
<td>
<input type="text" id="user-input">
</td>
</tr>
<tr>
<td>Password:</td>
<td>Password:&nbsp;</td>
<td>
<input type="password" id="passwd-input">
</td>
</tr>
<tr>
<td>2FA code:&nbsp;</td>
<td>
<input type="text" id="code-input" placeholder="if enabled">
</td>
</tr>
<tr>
<td colspan="2">
<hr>
</td>
</tr>
<tr>
<td></td>
<td>