fix accessors

This commit is contained in:
rootdarkarchon
2022-10-20 14:33:28 +02:00
parent 54dd0b0f6e
commit 9a7b50ca90
2 changed files with 2 additions and 2 deletions

View File

@@ -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;