diff --git a/src/Tgstation.Server.Host/Authority/UserAuthority.cs b/src/Tgstation.Server.Host/Authority/UserAuthority.cs index 7f97c2bbcf..dd20886767 100644 --- a/src/Tgstation.Server.Host/Authority/UserAuthority.cs +++ b/src/Tgstation.Server.Host/Authority/UserAuthority.cs @@ -254,7 +254,7 @@ namespace Tgstation.Server.Host.Authority () => Queryable(false) .SelectMany(user => user.OidcConnections!) .OrderBy(connection => connection.SchemeKey) - .TagWith("Get User OIdcConnections")); + .TagWith("Get User OidcConnections")); /// #pragma warning disable CA1506 // TODO: Decomplexify