From 3a804f24cb145a6e9c02f40c349a6c188ef2e906 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Sun, 17 Aug 2025 23:21:00 -0400 Subject: [PATCH] Correct casing --- src/Tgstation.Server.Host/Authority/UserAuthority.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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