diff options
| author | tusooa <tusooa@kazv.moe> | 2023-02-12 15:38:36 -0500 |
|---|---|---|
| committer | tusooa <tusooa@kazv.moe> | 2023-02-12 15:38:36 -0500 |
| commit | 65d78ced93aab31217a74624cb313be6ff7114f9 (patch) | |
| tree | 25c59135d77c65668a7a51081dcfabed1def5989 /src/components/registration/registration.vue | |
| parent | 7ae61f6bd5dc0c3059e85114e5079c3618d43b1b (diff) | |
Fix registration error with email language selected
Diffstat (limited to 'src/components/registration/registration.vue')
| -rw-r--r-- | src/components/registration/registration.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/registration/registration.vue b/src/components/registration/registration.vue index 5701b05e..7438a5f4 100644 --- a/src/components/registration/registration.vue +++ b/src/components/registration/registration.vue @@ -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> |
