We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 331856c commit 3d065c5Copy full SHA for 3d065c5
components/registration/RegistrationForm.vue
@@ -12,7 +12,7 @@
12
<template v-if="settings && settings.email_on_signup !== EmailOnSignup.Ignored">
13
<FormInputText
14
v-model="form.email"
15
- type="email"
+ :type="settings.email_on_signup === EmailOnSignup.Required ? 'email' : 'text'"
16
label="Email"
17
name="email"
18
data-cy="registration-form-email"
0 commit comments