mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
Await this.getScimEndpointUrl() (#8532)
This commit is contained in:
@@ -107,7 +107,7 @@ export class ScimComponent implements OnInit {
|
||||
try {
|
||||
const response = await this.rotatePromise;
|
||||
this.formData.setValue({
|
||||
endpointUrl: this.getScimEndpointUrl(),
|
||||
endpointUrl: await this.getScimEndpointUrl(),
|
||||
clientSecret: response.apiKey,
|
||||
});
|
||||
this.platformUtilsService.showToast("success", null, this.i18nService.t("scimApiKeyRotated"));
|
||||
|
||||
Reference in New Issue
Block a user