forked from AkkomaGang/akkoma-fe
Merge branch 'fix/captcha-input' into 'develop'
Fix captcha input and disable ALL the helpers Closes #778 See merge request pleroma/pleroma-fe!1071
This commit is contained in:
commit
ed0b240e29
1 changed files with 3 additions and 0 deletions
|
@ -187,6 +187,9 @@
|
||||||
class="form-control"
|
class="form-control"
|
||||||
type="text"
|
type="text"
|
||||||
autocomplete="off"
|
autocomplete="off"
|
||||||
|
autocorrect="off"
|
||||||
|
autocapitalize="off"
|
||||||
|
spellcheck="false"
|
||||||
>
|
>
|
||||||
</template>
|
</template>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue