Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove password2 field from POST header created while signing up. #540

Open
saurav9878 opened this issue Mar 30, 2020 · 1 comment
Open

Comments

@saurav9878
Copy link
Contributor

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.

issue

@neelesh17
Copy link

Hey @saurav9878, is this issue still open?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants