1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-11 22:13:32 +00:00
This commit is contained in:
✨ Audrey ✨
2025-01-08 15:44:06 -05:00
parent d862d931bc
commit c9065ae7d0

View File

@@ -155,7 +155,7 @@ export class PasswordSettingsComponent implements OnInit, OnDestroy {
this.minNumberMin = constraints.minNumber.min;
this.minNumberMax = constraints.minNumber.max;
this.minSpecialMin = constraints.minSpecial.min;
this.minSpecialMax - constraints.minSpecial.max;
this.minSpecialMax = constraints.minSpecial.max;
const toggles = [
[Controls.length, constraints.length.min < constraints.length.max],