diff options
| author | Mark Felder <feld@FreeBSD.org> | 2020-02-22 09:42:22 -0600 |
|---|---|---|
| committer | Mark Felder <feld@FreeBSD.org> | 2020-02-22 09:42:22 -0600 |
| commit | 23e0ce59e610a1f3f49f3f53e0a1015530110120 (patch) | |
| tree | 0e0179a640e4b014a318c2c98a2439a4a285ee46 /src | |
| parent | d19c64314ff08391a2649681e6b64d052e600059 (diff) | |
Fix captcha input and disable ALL the helpers
Diffstat (limited to 'src')
| -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> |
