Skip to content

Commit

Permalink
fixing the linter formatting error
Browse files Browse the repository at this point in the history
  • Loading branch information
yevgenkre committed Jul 25, 2024
1 parent b8cf2aa commit 27352bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuoUniversal/Client.cs
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ public async Task<string> ExchangeAuthorizationCodeForSamlResponse(string duoCod
{
string samlResponse;
TokenResponse tokenResponse = await ExchangeAuthorizationCodeResponse(duoCode);

try
{
// Calling this method to validate the token, before getting the samlResponse value
Expand Down

0 comments on commit 27352bd

Please sign in to comment.