Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
peggy-quartech committed Oct 12, 2024
1 parent 20ee6fa commit 9bd1896
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ public async Task<ActionResult> IdentityVerify([FromRoute] Guid applicationId, [
/// <returns></returns>
[Route("api/orgs/{orgId}/application")]
[HttpPost]
public async Task<ApplicationCreateResponse> AddApplication([FromForm][Required] CreateApplication createApplication, [FromRoute] Guid orgId)
public async Task<ApplicationCreateResponse> AddApplication([FromForm][Required] CreateApplication createApplication, [FromRoute] Guid orgId, CancellationToken ct)
{

bool isPSSO = false;
Expand Down

0 comments on commit 9bd1896

Please sign in to comment.