We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4c90a9 commit dd6b35dCopy full SHA for dd6b35d
src/server/plugins/engine/components/EmailAddressField.ts
@@ -25,8 +25,8 @@ export class EmailAddressField extends FormComponent {
25
26
let formSchema = joi
27
.string()
28
- .email()
29
.trim()
+ .email()
30
.custom((value, helpers: CustomHelpers<string>) =>
31
preventUnicodeInEmail(value, helpers)
32
)
0 commit comments