Auth: Remove autocompletion for TOTP input

This commit is contained in:
Alexander Minkin 2022-04-08 19:56:40 +03:00 committed by GitHub
parent 008e42b26d
commit 7bf540295a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>