logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: ed0b240e29953cea8922af8b2d05ca392c8359f3
parent: 2c3db2b6a2c755c4ca569f3031d6e3cbe507b116
Author: HJ <30-hj@users.noreply.git.pleroma.social>
Date:   Wed, 11 Mar 2020 16:40:31 +0000

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:

Msrc/components/registration/registration.vue3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git 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>