verben-authentication-ui 1.0.32 → 1.0.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -330,7 +330,7 @@ class RoleControlComponent {
|
|
|
330
330
|
// },
|
|
331
331
|
];
|
|
332
332
|
this.utilService.sendBI(true);
|
|
333
|
-
const res = await this.server.post(`
|
|
333
|
+
const res = await this.server.post(`SearchApplicationRoleContext/0/0`, payload);
|
|
334
334
|
this.utilService.sendBI(false);
|
|
335
335
|
if (res instanceof ErrorResponse) {
|
|
336
336
|
return undefined;
|