fix: missing changes (#4832)
This commit is contained in:
parent
c160827272
commit
6adcb35dd7
|
@ -109,7 +109,7 @@ export class ResetPasswordComponent implements OnInit, OnDestroy {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.newPassword.length < 8) {
|
if (this.newPassword.length < Utils.minimumPasswordLength) {
|
||||||
this.platformUtilsService.showToast(
|
this.platformUtilsService.showToast(
|
||||||
"error",
|
"error",
|
||||||
this.i18nService.t("errorOccurred"),
|
this.i18nService.t("errorOccurred"),
|
||||||
|
|
Loading…
Reference in New Issue