mirror of
https://github.com/Kareadita/Kavita.git
synced 2026-05-24 16:42:31 -04:00
Some changes to get register/login flow working smoothly with Admin role.
This commit is contained in:
@@ -15,6 +15,5 @@ namespace API.Interfaces
|
||||
Task<AppUser> GetUserByUsernameAsync(string username);
|
||||
Task<IEnumerable<MemberDto>> GetMembersAsync();
|
||||
Task<MemberDto> GetMemberAsync(string username);
|
||||
Task<bool> AdminExists();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user