mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-18 16:47:29 -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
|
<input
|
||||||
name="code"
|
name="code"
|
||||||
id="code"
|
id="code"
|
||||||
autocomplete="on"
|
autocomplete="off"
|
||||||
|
autocorrect="off"
|
||||||
autocapitalize="characters"
|
autocapitalize="characters"
|
||||||
required
|
required
|
||||||
autofocus
|
autofocus
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue