diff --git a/webapp/components/Registration/RegistrationSlideCreate.vue b/webapp/components/Registration/RegistrationSlideCreate.vue index 3343876b9..cab0e1cce 100644 --- a/webapp/components/Registration/RegistrationSlideCreate.vue +++ b/webapp/components/Registration/RegistrationSlideCreate.vue @@ -40,7 +40,9 @@ :label="$t('settings.data.labelName')" :placeholder="$t('settings.data.namePlaceholder')" /> - +
- +
- +
- +
@@ -271,14 +281,13 @@ export default { return true }, toggleShowPassword(e) { - if(e === 'password'){ + if (e === 'password') { this.showPassword = !this.showPassword this.$nextTick(() => { this.$refs.password.$el.children[1].children[0].focus() this.$emit('focus') }) - } - else { + } else { this.showPasswordConfirm = !this.showPasswordConfirm this.$nextTick(() => { this.$refs.confirmPassword.$el.children[1].children[0].focus() @@ -332,6 +341,6 @@ export default { appearance: none; margin-left: 0; width: 100%; - } + } }