Skip to content
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

zxcbn3 : tolowercase is not a function #48

Closed
SalmanQureshi97 opened this issue Oct 9, 2021 · 2 comments
Closed

zxcbn3 : tolowercase is not a function #48

SalmanQureshi97 opened this issue Oct 9, 2021 · 2 comments

Comments

@SalmanQureshi97
Copy link

Running angular password stength meter in my ionic app. Gives a uncaught promise error where it says that toLowerCase is not a function when converting the password to lowercase in zxcbn3.

@wmehanna
Copy link

Be sure to set your password to an exposed variable from your component.
ex:
Your component.ts
public myExposedPassword = 'Password example';

Your component.html
<password-strength-meter [password]="myExposedPassword">

@antoantonyk
Copy link
Owner

Feel free to reopen the thread, if you are facing this issue again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants