mbsantiago / whombat

Audio Annotation Tool for ML development
https://mbsantiago.github.io/whombat/
GNU General Public License v3.0
30 stars 4 forks source link

Emails not valiadating #14

Closed adur1990 closed 4 months ago

adur1990 commented 4 months ago

Description

When creating a user, the email validation might faill due to a bug in zod if it contains hyphens or subdomains.

What I Did

Just create new user (e.g., at /first upon first boot).

mbsantiago commented 4 months ago

Hi @adur1990.

I've updated the zod version and it should be working now. This change will ship in the next version, let me know if you are still having issues.

Thanks for the issue, Santiago