mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-24 12:06:15 +01:00
Await this.getScimEndpointUrl()
(#8532)
This commit is contained in:
parent
3d19e3489c
commit
b70897a441
@ -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"));
|
||||
|
Loading…
Reference in New Issue
Block a user