1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-05 19:23:19 +00:00

PM-23824 preserve the configuration after saving

This commit is contained in:
voommen-livefront
2025-07-31 11:34:37 -05:00
parent 06794891d5
commit 7523d1c78a

View File

@@ -147,6 +147,9 @@ export class IntegrationCardComponent implements AfterViewInit, OnDestroy {
});
return;
}
// update the configuration
this.integrationSettings.configuration = result.configuration;
}
async saveHecIntegration(configuration: string): Promise<OrganizationIntegrationResponse> {