Resonate icon indicating copy to clipboard operation
Resonate copied to clipboard

Added password validator on the login screen.

Open Mehul-Kumar-27 opened this issue 1 year ago • 0 comments

Description

Added the password validator at the login screen for convince of the user. The validations are same as that used in the signup screen.

Fixes #223

Type of change

Please delete options that are not relevant.

  • [ ] Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

validator1 validator2

Checklist:

  • [x] My code follows the style guidelines of this project
  • [x] I have performed a self-review of my own code
  • [x] I have commented my code, particularly in hard-to-understand areas
  • [x] I have made corresponding changes to the documentation
  • [x] My changes generate no new warnings
  • [ ] I have added tests that prove my fix is effective or that my feature works
  • [x] New and existing unit tests pass locally with my changes
  • [x] Any dependent changes have been merged and published in downstream modules
  • [x] I have checked my code and corrected any misspellings

Maintainer Checklist

  • [ ] closes #xxxx (Replace xxxx with the GitHub issue number)
  • [ ] Tag the PR with the appropriate labels

Mehul-Kumar-27 avatar Feb 07 '24 20:02 Mehul-Kumar-27