Skip to content

Commit

Permalink
Cherry pick branch 'genexuslabs:rest-service-as-controller' into beta
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiamurialdo authored and Beta Bot committed Jan 8, 2025
1 parent e7ca4ec commit d9cbe95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ protected bool IsAuthenticated(string synchronizer)
finally
{
if (!validSynchronizer)
HttpHelper.SetError(HttpContext, "0", "Invalid Synchronizer " + synchronizer);
_errorDetail = HandleError("0", "Invalid Synchronizer " + synchronizer);
}
}
protected bool IsAuthenticated()
Expand Down

0 comments on commit d9cbe95

Please sign in to comment.