-
Notifications
You must be signed in to change notification settings - Fork 429
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(user-create): duplicate email error message #2642
Conversation
Return generic error message
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Uffizzi Preview |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #2642 +/- ##
==========================================
- Coverage 95.44% 95.43% -0.01%
==========================================
Files 976 975 -1
Lines 27319 27253 -66
==========================================
- Hits 26074 26010 -64
+ Misses 1245 1243 -2
☔ View full report in Codecov by Sentry. |
Thanks for submitting a PR! Please check the boxes below:
pre-commit
to check lintingChanges
Return a generic error message for user create if the email is not unique
How did you test this code?
covered by unit test cases and verified manually by creating a user with duplicate email