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

fix send text details form

This commit is contained in:
jaasen-livefront
2024-09-12 13:50:58 -07:00
parent 3b968c0c99
commit 83587ca022
8 changed files with 98 additions and 24 deletions

View File

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