Skip to content

Commit

Permalink
Fix xmldoc typo, add a todo
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdecock committed Dec 13, 2023
1 parent 2da61b1 commit c7dd81b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/IdentityServer/IdentityServerTools.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace Duende.IdentityServer;
/// </summary>
public class IdentityServerTools
{
internal readonly IServiceProvider ServiceProvider;
internal readonly IServiceProvider ServiceProvider; // TODO - consider removing this, as it is not used.
internal readonly IIssuerNameService IssuerNameService;
private readonly ITokenCreationService _tokenCreation;
private readonly ISystemClock _clock;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class DefaultBackChannelLogoutService : IBackChannelLogoutService
protected ISystemClock Clock { get; }

/// <summary>
/// The IdentityServerTools used to create and the JWT.
/// The IdentityServerTools used to create the JWT.
/// </summary>
protected IdentityServerTools Tools { get; }

Expand Down

0 comments on commit c7dd81b

Please sign in to comment.