mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 11:13:46 +00:00
[SM-265] Add eslint rule forbidding get().value (#3671)
This commit is contained in:
@@ -73,7 +73,7 @@ export class RegisterFormComponent extends BaseRegisterComponent {
|
||||
this.enforcedPolicyOptions != null &&
|
||||
!this.policyService.evaluateMasterPassword(
|
||||
this.passwordStrengthResult.score,
|
||||
this.formGroup.get("masterPassword")?.value,
|
||||
this.formGroup.value.masterPassword,
|
||||
this.enforcedPolicyOptions
|
||||
)
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user