1
0
mirror of https://github.com/bitwarden/browser synced 2026-03-02 19:41:26 +00:00

[PM-18721] convert enum to as const

This commit is contained in:
rr-bw
2025-05-13 23:55:40 -07:00
parent 3ccc3b6e94
commit 96a216bba7
3 changed files with 10 additions and 8 deletions

View File

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