File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -224,6 +224,8 @@ public void UpdateUserFromJwt()
224224 BasePath = account . BaseUri ,
225225 RoomsApiBasePath = this . Configuration [ "DocuSign:RoomsApiEndpoint" ] ,
226226 AdminApiBasePath = this . Configuration [ "DocuSign:AdminApiEndpoint" ] ,
227+ MaestroManageApiBasePath = this . Configuration [ "DocuSign:MaestroManageApiEndpoint" ] ,
228+ MaestroAuthApiBasePath = this . Configuration [ "DocuSign:MaestroAuthApiEndpoint" ] ,
227229 } ;
228230 }
229231
Original file line number Diff line number Diff line change @@ -61,7 +61,6 @@ public override IActionResult Get()
6161 ViewBag . WorkflowId = RequestItemsService . WorkflowId ;
6262 ViewBag . InstanceId = RequestItemsService . InstanceId ;
6363 ViewBag . IsInProgressStatus = isInProgressStatus ;
64- //ViewBag.IsInProgressStatus = true;
6564
6665 return View ( "mae002" ) ;
6766 }
You can’t perform that action at this time.
0 commit comments