Fix registration error with email language selected

This commit is contained in:
tusooa 2023-02-12 15:38:36 -05:00
commit 65d78ced93
No known key found for this signature in database
GPG key ID: 7B467EDE43A08224
2 changed files with 3 additions and 2 deletions

View file

@ -210,6 +210,7 @@
:prompt-text="$t('registration.email_language')"
:language="v$.user.language.$model"
:set-language="val => v$.user.language.$model = val"
@click.stop.prevent
/>
</div>