File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
src/pages/identity/administration/users/user Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 9
9
" Augmentt" ,
10
10
" Autotask" ,
11
11
" Choco" ,
12
+ " cipp" ,
12
13
" CIPP" ,
13
14
" CIPP-API" ,
14
15
" Datto" ,
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ const Page = () => {
102
102
// Define API configurations for the dialogs
103
103
const aliasApiConfig = {
104
104
type : "POST" ,
105
- url : "/api/SetUserAliases " ,
105
+ url : "/api/EditUserAliases " ,
106
106
relatedQueryKeys : `ListUsers-${ userId } ` ,
107
107
confirmText : "Add the specified proxy addresses to this user?" ,
108
108
customDataformatter : ( row , action , formData ) => {
@@ -604,7 +604,7 @@ const Page = () => {
604
604
label : "Make Primary" ,
605
605
type : "POST" ,
606
606
icon : < Star /> ,
607
- url : "/api/SetUserAliases " ,
607
+ url : "/api/EditUserAliases " ,
608
608
data : {
609
609
id : userId ,
610
610
tenantFilter : userSettingsDefaults . currentTenant ,
@@ -619,7 +619,7 @@ const Page = () => {
619
619
label : "Remove Proxy Address" ,
620
620
type : "POST" ,
621
621
icon : < Delete /> ,
622
- url : "/api/SetUserAliases " ,
622
+ url : "/api/EditUserAliases " ,
623
623
data : {
624
624
id : userId ,
625
625
tenantFilter : userSettingsDefaults . currentTenant ,
You can’t perform that action at this time.
0 commit comments