ShubhamShrestha60 / ProjectVroom

0 stars 0 forks source link

Error handling for Log in Page #3

Closed ShubhamShrestha60 closed 5 months ago

ShubhamShrestha60 commented 5 months ago

Hello Team, I think that the Login page's error handling can be much better. I feel the need of adding a pop up message for successful login for the better user experience. @Pratik100-source `

<label htmlFor="my-password" style={styles.label}>
  Password
</label>
<input id="my-password" type="password" style={styles.password} name="password" value={formData.password} onChange={handleChange} />

<button style={styles.button}>Login</button>

<p style={styles.forgotPassword}>Forget Password?</p>

<p style={styles.signUp}>
  Don't have an account yet? <span style={{ color: "#5CB3FF" }}><Link to="/signup">Sign up</Link></span>
</p>

`

Pratik100-source commented 5 months ago

Working on it

Pratik100-source commented 5 months ago

The problem is solved .. you can check it shubham

ShubhamShrestha60 commented 5 months ago

just checked it Pratik. Good work