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
The POST request while signing up sends password as well as password2 fields. There's no need to send password2 field to backend. A better option would be to check if password is same as password2 in frontend only. This will reduce the header size.
The text was updated successfully, but these errors were encountered:
The POST request while signing up sends password as well as password2 fields. There's no need to send password2 field to backend. A better option would be to check if password is same as password2 in frontend only. This will reduce the header size.
The text was updated successfully, but these errors were encountered: