Skip to content

Commit

Permalink
Fix issue with GQL auth and no roles
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss committed Sep 24, 2024
1 parent af60f4f commit 0b87147
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ sealed class TgsGraphQLAuthorizeAttribute : AuthorizeAttribute
/// Initializes a new instance of the <see cref="TgsGraphQLAuthorizeAttribute"/> class.
/// </summary>
public TgsGraphQLAuthorizeAttribute()
: this(Enumerable.Empty<string>())
{
}

Expand Down

0 comments on commit 0b87147

Please sign in to comment.