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