You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's use the helper that Sammy wrote to ensure that the licenseNumber passed in during user registration is valid/active and store that data in the User object as well.
The text was updated successfully, but these errors were encountered:
* verify license number on register api
* adjusted user test for licenseNumber verification
* change invite nodemailer test due to inconsistent nodemailer result
* error response added to license for user register
* Validate all fields and able to return compiled list of errors
* fixed and added test to validate other user registration data
* fixed lint issue
* - added citext postgresql extension to prisma for case insensitive email field
- moved zod user schema to user object
- remove repeated parse and used error list directly returned from zod parse.
Let's use the helper that Sammy wrote to ensure that the licenseNumber passed in during user registration is valid/active and store that data in the User object as well.
The text was updated successfully, but these errors were encountered: