aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2020-03-11 16:40:31 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2020-03-11 16:40:31 +0000
commited0b240e29953cea8922af8b2d05ca392c8359f3 (patch)
treed48511c6281e50f70b04589ac388a56c3ed246cd /src
parent2c3db2b6a2c755c4ca569f3031d6e3cbe507b116 (diff)
parent23e0ce59e610a1f3f49f3f53e0a1015530110120 (diff)
Merge branch 'fix/captcha-input' into 'develop'
Fix captcha input and disable ALL the helpers Closes #778 See merge request pleroma/pleroma-fe!1071
Diffstat (limited to 'src')
-rw-r--r--src/components/registration/registration.vue3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/registration/registration.vue b/src/components/registration/registration.vue
index fdbda007..a83ca1e5 100644
--- a/src/components/registration/registration.vue
+++ b/src/components/registration/registration.vue
@@ -187,6 +187,9 @@
class="form-control"
type="text"
autocomplete="off"
+ autocorrect="off"
+ autocapitalize="off"
+ spellcheck="false"
>
</template>
</div>