mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
fix login persistence issue
This commit is contained in:
@ -70,7 +70,7 @@ namespace WebfrontCore.Middleware
|
||||
hasAny = _privilegedClientIds.Any();
|
||||
}
|
||||
|
||||
if (hasAny)
|
||||
if (!hasAny)
|
||||
{
|
||||
var ids = (await _manager.GetClientService().GetPrivilegedClients())
|
||||
.Select(client => client.ClientId);
|
||||
|
Reference in New Issue
Block a user