refactoring

This commit is contained in:
Maxim Devaev
2025-01-30 10:34:36 +02:00
parent 4039ae0483
commit 697ef549b9
23 changed files with 1150 additions and 1065 deletions

View File

@@ -51,19 +51,19 @@
<tr>
<td>Username:&nbsp;</td>
<td>
<input type="text" id="user-input" autocapitalize="off">
<input id="user-input" type="text" autocapitalize="off">
</td>
</tr>
<tr>
<td>Password:&nbsp;</td>
<td>
<input type="password" id="passwd-input" autocapitalize="off">
<input id="passwd-input" type="password" autocapitalize="off">
</td>
</tr>
<tr>
<td>2FA code:&nbsp;</td>
<td>
<input type="text" id="code-input" placeholder="if enabled">
<input id="code-input" type="text" placeholder="if enabled">
</td>
</tr>
<tr>