Update IMasterKeyService

Use an explicit property instead of a method for CheckConfig
This commit is contained in:
2021-06-07 15:39:59 +02:00
parent 76c9bd06af
commit ee9bc9ad33
2 changed files with 4 additions and 6 deletions

View File

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