mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-21 16:04:22 +01:00
Run dotnet format (#3244)
This commit is contained in:
@@ -12,7 +12,7 @@ namespace BTCPayServer.Security
|
||||
{
|
||||
return scopes.All(s => context.User.HasClaim(c => c.Type.Equals("scope", StringComparison.InvariantCultureIgnoreCase) && c.Value.Split(' ').Contains(s)));
|
||||
}
|
||||
|
||||
|
||||
public static string GetImplicitStoreId(this HttpContext httpContext)
|
||||
{
|
||||
// 1. Check in the routeData
|
||||
|
||||
Reference in New Issue
Block a user