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
Describe the problem
The absence of a "Confirm Password" field is noted. Including this field would not only enhance the user experience but also help users distinguish between the registration and sign-in forms through the presence of password fields.
Additionally, I've observed that the signup button on the registration page and the login button on the login page are not currently aligned at the center.I would like fix that.
Furthermore, I'd like to enhance the UI by adding rounded corners to the fields, creating a transparent aesthetic. Describe the solution you'd like
I plan to incorporate a "confirm password" field, validating that both passwords match. Additionally, I intend to enforce password strength using regex.
The text was updated successfully, but these errors were encountered:
Describe the problem
The absence of a "Confirm Password" field is noted. Including this field would not only enhance the user experience but also help users distinguish between the registration and sign-in forms through the presence of password fields.
Additionally, I've observed that the signup button on the registration page and the login button on the login page are not currently aligned at the center.I would like fix that.
Furthermore, I'd like to enhance the UI by adding rounded corners to the fields, creating a transparent aesthetic.
Describe the solution you'd like
I plan to incorporate a "confirm password" field, validating that both passwords match. Additionally, I intend to enforce password strength using regex.
The text was updated successfully, but these errors were encountered: