mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-18 12:57:28 -06:00
add autocorrect="off"
This commit is contained in:
parent
9edc7e38bd
commit
b5e483360d
1 changed files with 2 additions and 1 deletions
|
|
@ -36,7 +36,8 @@
|
|||
<input
|
||||
name="code"
|
||||
id="code"
|
||||
autocomplete="on"
|
||||
autocomplete="off"
|
||||
autocorrect="off"
|
||||
autocapitalize="characters"
|
||||
required
|
||||
autofocus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue