Skip to content

Commit

Permalink
Replace HttpHelper.SetError with HandleError to assign _errorDetail (…
Browse files Browse the repository at this point in the history
…returned by Unauthenticated)
  • Loading branch information
claudiamurialdo committed Jan 8, 2025
1 parent 9e041d3 commit 3d03c5c
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 3d03c5c

Please sign in to comment.