mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +01:00
Integrate mobile-working-branch part 1 (#6428)
This commit is contained in:
@@ -19,7 +19,6 @@ using BTCPayServer.HostedServices;
|
||||
using BTCPayServer.Logging;
|
||||
using BTCPayServer.Models.ServerViewModels;
|
||||
using BTCPayServer.Models.StoreViewModels;
|
||||
using BTCPayServer.Payments;
|
||||
using BTCPayServer.Services;
|
||||
using BTCPayServer.Services.Apps;
|
||||
using BTCPayServer.Services.Mails;
|
||||
@@ -44,7 +43,7 @@ using AuthenticationSchemes = BTCPayServer.Abstractions.Constants.Authentication
|
||||
|
||||
namespace BTCPayServer.Controllers
|
||||
{
|
||||
[Authorize(Policy = BTCPayServer.Client.Policies.CanModifyServerSettings,
|
||||
[Authorize(Policy = Client.Policies.CanModifyServerSettings,
|
||||
AuthenticationSchemes = AuthenticationSchemes.Cookie)]
|
||||
public partial class UIServerController : Controller
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user