diff options
Diffstat (limited to 'src/components/registration/registration.vue')
| -rw-r--r-- | src/components/registration/registration.vue | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/components/registration/registration.vue b/src/components/registration/registration.vue index 6fa70a09..3d409109 100644 --- a/src/components/registration/registration.vue +++ b/src/components/registration/registration.vue @@ -163,18 +163,6 @@ </div> <div - class="form-group" - :class="{ 'form-group--error': $v.user.language.$error }" - > - <interface-language-switcher - for="email-language" - :prompt-text="$t('registration.email_language')" - :language="$v.user.language.$model" - :set-language="val => $v.user.language.$model = val" - /> - </div> - - <div v-if="accountApprovalRequired" class="form-group" > |
