Fix being unable to see your own OIDC connections

This commit is contained in:
Jordan Dominion
2025-10-21 17:55:12 -04:00
parent 0a29b3e5b5
commit 1345cccd02
@@ -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)
{