1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-07 12:13:45 +00:00

[PM-18721] use non-null assert operator

This commit is contained in:
rr-bw
2025-05-14 02:54:01 -07:00
parent e15fd53e5d
commit fc59392d64
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ type EmergencyAccessTakeoverDialogResultType =
})
export class EmergencyAccessTakeoverDialogComponent implements OnInit {
@ViewChild(InputPasswordComponent)
inputPasswordComponent: InputPasswordComponent;
inputPasswordComponent!: InputPasswordComponent;
inputPasswordFlow = InputPasswordFlow.ChangePasswordDelegation;
masterPasswordPolicyOptions?: MasterPasswordPolicyOptions;

View File

@@ -109,7 +109,7 @@ export const DefaultFeatureFlagValue = {
[FeatureFlag.PM19941MigrateCipherDomainToSdk]: FALSE,
/* Auth */
[FeatureFlag.PM16117_ChangeExistingPasswordRefactor]: true,
[FeatureFlag.PM16117_ChangeExistingPasswordRefactor]: FALSE,
[FeatureFlag.PM9115_TwoFactorExtensionDataPersistence]: FALSE,
/* Billing */