1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

Temporary local changes not meant to be merged

This commit is contained in:
Daniel James Smith
2024-09-10 19:51:05 +02:00
committed by jaasen-livefront
parent 89751f46d6
commit 605269813e
13 changed files with 397 additions and 14 deletions

View File

@@ -23,6 +23,7 @@ export function extensionRefreshSwap(
defaultComponent,
refreshedComponent,
async () => {
return true;
const configService = inject(ConfigService);
return configService.getFeatureFlag(FeatureFlag.ExtensionRefresh);
},