Update IMasterKeyService
Use an explicit property instead of a method for CheckConfig
This commit is contained in:
@@ -9,8 +9,7 @@ namespace Akari.Prototype.Server.Services
|
||||
public interface IMasterKeyService
|
||||
{
|
||||
public bool IsLoggedIn { get; }
|
||||
|
||||
public bool CheckConfig();
|
||||
public bool IsPasswordSet { get; }
|
||||
|
||||
public bool Login(string password);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user