Remove unused property

This commit is contained in:
2021-06-05 17:36:04 +02:00
parent d7691e414b
commit f08f3cf71f

View File

@@ -19,8 +19,6 @@ namespace Akari.Prototype.Server.Services
{
public const string FingerprintsPath = "fingerprints.json";
public IEnumerable<KeyValuePair<string, string>> FingerprintsHash => _fingerprintsHash;
private readonly ILogger<FingerprintManager> _logger;
private readonly IAuthManager _authManager;
private readonly AkariPath _akariPath;