mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-28 15:40:56 +01:00
Correct casing
This commit is contained in:
@@ -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"));
|
||||
|
||||
/// <inheritdoc />
|
||||
#pragma warning disable CA1506 // TODO: Decomplexify
|
||||
|
||||
Reference in New Issue
Block a user