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
Password complexity is not checked when registering, but when entering OTP it is checked and I get an error:
0:["$@1",["LcysgsUh_M6A-tjDh0BnZ",null]]
1:{"validationErrors":{"password":["Password must contain at least one number, one uppercase, and one lowercase letter"]}}
visible in API request but not in interface
This error is reproducible on dub.co.
Perhaps it was fixed in the main branch.
The text was updated successfully, but these errors were encountered:
Hey @styfle and @devkiran I want to work on this bug, please assign me this task.
The bug is because during signup only the "email" is sent as payload and not the password so zod is not finding any password to validate.
I fixed the above bug and also fixed the toast messages for zod-invalid passwords and emails.
I am going to create a PR for this.
Hello,
Password complexity is not checked when registering, but when entering OTP it is checked and I get an error:
visible in API request but not in interface
This error is reproducible on dub.co.
Perhaps it was fixed in the main branch.
The text was updated successfully, but these errors were encountered: