mirror of
https://github.com/openvk/openvk
synced 2024-12-23 09:01:15 +03:00
Auth: Remove autocompletion for TOTP input
This commit is contained in:
parent
008e42b26d
commit
7bf540295a
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
<span>{_code}: </span>
|
<span>{_code}: </span>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<input type="text" name="code" required />
|
<input type="text" name="code" autocomplete="off" required />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in a new issue