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
I have been checking out your hosted webpage and I see that the repeat-password input is not working as expected. I tried checking it in different ways, but it's still the same. The values entered into password and repeat-password are not matching and I can even see it in the hashed password that you're adding to local storage.
Please try to recreate the issue and check it out.
Sample output
The text was updated successfully, but these errors were encountered:
Thank you for pointing the bug out @himanshu251001. It was indeed not functioning as expected. The password and repeat-password are not getting validated as you have mentioned. It might be an ref issue on InputElement component.
I'll be working on it ASAP i.e., unless you want to work on it...
I have been checking out your hosted webpage and I see that the
repeat-password
input is not working as expected. I tried checking it in different ways, but it's still the same. The values entered intopassword
andrepeat-password
are not matching and I can even see it in the hashed password that you're adding to local storage.Please try to recreate the issue and check it out.
Sample output
The text was updated successfully, but these errors were encountered: