0
0
mirror of https://github.com/alex289/CleanArchitecture.git synced 2025-08-22 19:28:34 +00:00

feat: Remove deprecated system clock

This commit is contained in:
alex289 2023-11-15 09:25:20 +01:00
parent a2735616e4
commit 2fe06869ec
No known key found for this signature in database
GPG Key ID: 573F77CD2D87F863

View File

@ -12,8 +12,7 @@ public sealed class TestAuthenticationHandler : AuthenticationHandler<TestAuthen
public TestAuthenticationHandler(
IOptionsMonitor<TestAuthenticationOptions> options,
ILoggerFactory logger,
UrlEncoder encoder,
ISystemClock clock) : base(options, logger, encoder, clock)
UrlEncoder encoder) : base(options, logger, encoder)
{
}