-
Notifications
You must be signed in to change notification settings - Fork 155
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
Solved issue 182 #284
Solved issue 182 #284
Conversation
@Saksham2k3s is attempting to deploy a commit to the vansh69's projects Team on Vercel. A member of the Team first needs to authorize it. |
@@ -148,7 +118,7 @@ function Login() { | |||
|
|||
<div className="relative mb-4"> | |||
<input | |||
required |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did you remove required ?? it is important to have password
src/pages/Signup.jsx
Outdated
@@ -165,7 +167,7 @@ function Signup() { | |||
|
|||
<div className="mb-4"> | |||
<input | |||
required |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here also why did you remove required
Sorry, it was a mistake. I was only testing some cases by removing this. |
I've added required in the input field |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok great work
Congratulations, Your pull request has been successfully merged 🥳🎉 Thank you for your contribution to the project 🚀 Keep Contributing!! ✨ |
This change addresses and fixes issue #182, which involves displaying the error message from the backend in a toast notification upon login and signup failure.
Fixes #182
Type of change
Please give a X on it which is applicable
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Test A Describe here
Test B Describe here (if Requred)
Screenshorts and Vedios:
give screenshorts and vedio of the changes you made
Checklist:
give a X on it which is applicable