Add sealed services
Also fix a missing IDisposable
This commit is contained in:
@@ -12,7 +12,7 @@ using Microsoft.Extensions.Logging;
|
||||
|
||||
namespace Akari.Prototype.Server.Services
|
||||
{
|
||||
public class MasterKeyService : IMasterKeyService, IDisposable
|
||||
public sealed class MasterKeyService : IMasterKeyService, IDisposable
|
||||
{
|
||||
private record Config(string Hash, string KeySalt);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user