-
Notifications
You must be signed in to change notification settings - Fork 0
Missing Condition for Email #8
Copy link
Copy link
Open
Description
There seems to be a missing condition for emails in the user guide and error messages.
In InternBuddy, the domain part of emails has to end in at least 2 characters following any special characters (.). However, this condition is not seen in the user guide, nor the error messages in the app.
Example:
add n/example e/example@example.cresults in an erroradd n/example e/example@example.cosucceeds
Reactions are currently unavailable