mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-22 04:27:19 +01:00
Fix issue with GQL auth and no roles
This commit is contained in:
@@ -24,6 +24,7 @@ namespace Tgstation.Server.Host.Security
|
||||
/// Initializes a new instance of the <see cref="TgsGraphQLAuthorizeAttribute"/> class.
|
||||
/// </summary>
|
||||
public TgsGraphQLAuthorizeAttribute()
|
||||
: this(Enumerable.Empty<string>())
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user