1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-11 22:13:32 +00:00

chore(flags): [PM-31326] Rename ipc-channel-framework feature flag

* Rename feature flag

* Not sure what happened here.  Renaming the class.
This commit is contained in:
Todd Martin
2026-01-28 08:25:10 -05:00
committed by GitHub
parent b2b1548350
commit a04566ae11
2 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ export class IpcContentScriptManagerService {
}
configService
.getFeatureFlag$(FeatureFlag.IpcChannelFramework)
.getFeatureFlag$(FeatureFlag.ContentScriptIpcChannelFramework)
.pipe(
mergeMap(async (enabled) => {
if (!enabled) {