diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2020-03-11 16:40:31 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2020-03-11 16:40:31 +0000 |
| commit | ed0b240e29953cea8922af8b2d05ca392c8359f3 (patch) | |
| tree | d48511c6281e50f70b04589ac388a56c3ed246cd | |
| parent | 2c3db2b6a2c755c4ca569f3031d6e3cbe507b116 (diff) | |
| parent | 23e0ce59e610a1f3f49f3f53e0a1015530110120 (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
| -rw-r--r-- | src/components/registration/registration.vue | 3 |
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> |
