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:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user