mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 18:11:36 +01:00
Fix camera not working on wallet send (Fix #2922)
This commit is contained in:
parent
d975ea1509
commit
920955657d
@ -1,9 +1,11 @@
|
||||
@addTagHelper *, BundlerMinifier.TagHelpers
|
||||
@inject BTCPayServer.Security.ContentSecurityPolicies csp
|
||||
@using Microsoft.AspNetCore.Mvc.ModelBinding
|
||||
@model WalletSendModel
|
||||
@{
|
||||
Layout = "../Shared/_NavLayout.cshtml";
|
||||
ViewData.SetActivePageAndTitle(WalletsNavPages.Send, $"Send {Model.CryptoCode}", Context.GetStoreData().StoreName);
|
||||
csp.Add("worker-src", "blob:");
|
||||
}
|
||||
|
||||
@section PageHeadContent
|
||||
|
Loading…
Reference in New Issue
Block a user