aboutsummaryrefslogtreecommitdiff
path: root/src/components/registration/registration.vue
diff options
context:
space:
mode:
authorShpuld Shpludson <shp@cock.li>2020-04-08 13:12:42 +0000
committerShpuld Shpludson <shp@cock.li>2020-04-08 13:12:42 +0000
commit8e049297ff6a125298ba9d06a3a4a563b231360f (patch)
treecd9b5690976e7b0c7516eb34fcd68fca67fc7d2d /src/components/registration/registration.vue
parent38455294120a27d254b6cbe237a1adcf9d27e6af (diff)
parent32ab69fe0ec5046df35c44f6212e79c49bf449c3 (diff)
Merge branch 'develop' into 'master'
Update master for 2.0.2 See merge request pleroma/pleroma-fe!1088
Diffstat (limited to 'src/components/registration/registration.vue')
-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>