Skip to content

Commit 7499c0b

Browse files
authored
just a credit (#5522)
1 parent 4d488d3 commit 7499c0b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.changeset/email-field-trim-whitespace.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
"apostrophe": patch
33
---
44

5-
The `email` schema field now validates and stores the laundered value, so surrounding whitespace is trimmed rather than causing a valid address to be rejected as invalid. Non-string input (for example a number sent through the REST API) is now coerced by the launder step instead of throwing an uncaught error.
5+
The `email` schema field now validates and stores the laundered value, so surrounding whitespace is trimmed rather than causing a valid address to be rejected as invalid. Non-string input (for example a number sent through the REST API) is now coerced by the launder step instead of throwing an uncaught error. Thanks to
6+
+[spokodev](https://github.com/spokodev) for the fix.

0 commit comments

Comments
 (0)