Skip to content

Commit

Permalink
end of lines fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
yevgenkre committed Apr 22, 2024
1 parent 627097f commit 45ff4cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DuoUniversal/Client.cs
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,9 @@ private string GenerateAuthJwt(string username, string state, string authEndpoin
};

// issuer parameter is used for the Epic Hyperdrive integration only
if (issuer != null)
{
additionalClaims[Labels.ISSUER] = issuer;
if (issuer != null)
{
additionalClaims[Labels.ISSUER] = issuer;
}

if (UseDuoCodeAttribute)
Expand Down

0 comments on commit 45ff4cf

Please sign in to comment.