fix login persistence issue
This commit is contained in:
parent
f02552faa1
commit
16d75470b5
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user