Closed
Description
p5.js version
No response
What is your operating system?
None
Web browser and version
No response
Actual Behavior
The login field label says "Email or Username",
But if you leave it empty and try to submit, it shows error message:
"Please enter an email" ❌
This is confusing because users are also allowed to enter a Username.
Expected Behavior
The error message should say something like:
"Please enter your email or username"
to match the field label and actual login behavior.
Steps to reproduce
Steps:
- Go to the p5.js Web Editor login page.
- Try to submit the login form without filling the email/username field.
- See the error message.
// Paste your code here :)