Added password meter based on zxcvbn

Maybe we will use a different package later, as this one is very big...
This commit is contained in:
Jan Böhmer 2023-06-27 01:07:26 +02:00
parent 20826daa18
commit ecded8af93
7 changed files with 170 additions and 1 deletions

View file

@ -86,6 +86,7 @@
"stimulus-use": "^0.52.0",
"tom-select": "^2.1.0",
"ts-loader": "^9.2.6",
"typescript": "^4.0.2"
"typescript": "^4.0.2",
"zxcvbn": "^4.4.2"
}
}