mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 07:04:57 +01:00
Fix being unable to see your own OIDC connections
This commit is contained in:
@@ -175,6 +175,7 @@ namespace Tgstation.Server.Host.Security
|
||||
.Include(x => x.Group)
|
||||
.ThenInclude(x => x!.PermissionSet)
|
||||
.Include(x => x.OAuthConnections)
|
||||
.Include(x => x.OidcConnections)
|
||||
.FirstOrDefaultAsync(cancellationToken);
|
||||
if (user == default)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user