beckn / beckn-ui-workspace

Mono Repo for Beckn UI Workspace
5 stars 10 forks source link

In DSNP app-Users should be prevented from proceeding with sign-in until the password validation errors are resolved. #1426

Open omkar-em opened 1 week ago

omkar-em commented 1 week ago

Description

1.In a DSNP app, users are able to click the "Sign In" button and attempt to proceed without resolving password validation errors. This should not be allowed, as users should only be able to proceed once the password meets all the required validation criteria.

2.Only specific essential fields should be mandatory when saving the profile like name, number and pin code

Steps To reproduce

1.Open app 2.Enter email 3.Enter Wrong password 4.Click on Sign in button

Expected Result

1.Users can click the "Sign In" button even if the password field contains errors or does not meet the validation criteria.

2.Only specific fields (like name, number and pin code) should be mandatory when saving the profile.

Actual Result

1.Users can click the "Sign In" button even if the password field contains errors or does not meet the validation criteria.

2.Users are required to fill out all fields in the profile form to save their profile.

omkar-em commented 4 days ago

Working fine on dev env, Will close once verified on prod CC: @viraj89 @PritiEM