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:
parent
a2735616e4
commit
2fe06869ec
@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user