mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +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>
|
||||
</td>
|
||||
<td>
|
||||
<input type="text" name="code" required />
|
||||
<input type="text" name="code" autocomplete="off" required />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
Loading…
Reference in a new issue