mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-15 11:44:15 +01:00
fix accessors
This commit is contained in:
parent
54dd0b0f6e
commit
9a7b50ca90
2 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ using Microsoft.Extensions.Logging;
|
|||
|
||||
namespace MareSynchronosServices.Authentication;
|
||||
|
||||
internal class SecretKeyAuthenticationHandler
|
||||
public class SecretKeyAuthenticationHandler
|
||||
{
|
||||
private readonly ILogger<SecretKeyAuthenticationHandler> logger;
|
||||
private readonly MareMetrics metrics;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue