1
0
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:
RaidMax
2022-06-15 21:00:01 -05:00
parent 4e58b03c0f
commit d647ae05e0

View File

@ -70,7 +70,7 @@ namespace WebfrontCore.Middleware
hasAny = _privilegedClientIds.Any();
}
if (hasAny)
if (!hasAny)
{
var ids = (await _manager.GetClientService().GetPrivilegedClients())
.Select(client => client.ClientId);