1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-12 06:23:38 +00:00

convert to key connector command localization

This commit is contained in:
Maciej Zieniuk
2025-03-28 18:09:09 +00:00
parent eadd8c656d
commit 623941482f
7 changed files with 51 additions and 18 deletions

View File

@@ -181,6 +181,7 @@ export abstract class BaseProgram {
this.serviceContainer.environmentService,
this.serviceContainer.organizationApiService,
this.serviceContainer.logout,
this.serviceContainer.i18nService,
);
const response = await command.run(null, null);
if (!response.success) {