mirror of
https://github.com/alex289/CleanArchitecture.git
synced 2025-08-23 03:38:36 +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(
|
public TestAuthenticationHandler(
|
||||||
IOptionsMonitor<TestAuthenticationOptions> options,
|
IOptionsMonitor<TestAuthenticationOptions> options,
|
||||||
ILoggerFactory logger,
|
ILoggerFactory logger,
|
||||||
UrlEncoder encoder,
|
UrlEncoder encoder) : base(options, logger, encoder)
|
||||||
ISystemClock clock) : base(options, logger, encoder, clock)
|
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user