chore(login): 2fa type number (#1322)

Что это дают? 
У поля ввода указано что там должны быть цифры (Полезно когда клавиатура
виртуальная)
Отключено автозаполнение
This commit is contained in:
Artemka 2025-06-29 13:15:16 +00:00 committed by GitHub
parent 4413106689
commit 79e2446184
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 4 deletions

View file

@ -37,7 +37,7 @@
<span class="nobold">{_"2fa_code_2"}: </span>
</td>
<td class="regform-right">
<input id="password" type="password" name="password" required />
<input id="password" type="number" autocomplete="off" name="password" required />
</td>
</tr>
{/if}

View file

@ -25,7 +25,7 @@
<span class="nobold">{_code}: </span>
</td>
<td>
<input type="text" name="code" autocomplete="off" required autofocus />
<input type="number" name="code" autocomplete="off" required autofocus />
</td>
</tr>
<tr>

View file

@ -72,7 +72,7 @@
<span class="nobold">{_"2fa_code"}</span>
</td>
<td>
<input type="text" name="email_change_code" style="width: 100%;" />
<input type="number" autocomplete="off" name="email_change_code" style="width: 100%;" />
</td>
</tr>
<tr>
@ -161,7 +161,7 @@
<span class="nobold">{_"2fa_code"}</span>
</td>
<td>
<input type="text" name="password_change_code" style="width: 100%;" />
<input type="number" autocomplete="off" name="password_change_code" style="width: 100%;" />
</td>
</tr>
<tr>