Closed njit-dl92 closed 6 days ago
Sser creation resulted in a 500 Internal Server Error due to a lack of validation and error handling when attempting to create a user with an existing email ID.
Added validation for exiting email to avoid throwing 500.
Below is the pull request https://github.com/njit-dl92/event_manager/pull/4
Sser creation resulted in a 500 Internal Server Error due to a lack of validation and error handling when attempting to create a user with an existing email ID.