mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 21:33:27 +00:00
fix: missing changes (#4832)
This commit is contained in:
@@ -109,7 +109,7 @@ export class ResetPasswordComponent implements OnInit, OnDestroy {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (this.newPassword.length < 8) {
|
||||
if (this.newPassword.length < Utils.minimumPasswordLength) {
|
||||
this.platformUtilsService.showToast(
|
||||
"error",
|
||||
this.i18nService.t("errorOccurred"),
|
||||
|
||||
Reference in New Issue
Block a user