fix logout issue introduced when logging was added
This commit is contained in:
@ -22,6 +22,6 @@ namespace Oqtane.Services
|
||||
|
||||
Task<User> LoginUserAsync(User User, bool SetCookie, bool IsPersistent);
|
||||
|
||||
Task LogoutUserAsync();
|
||||
Task LogoutUserAsync(User User);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user