mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-03 17:36:59 +01:00
Fix camera not working on wallet send (Fix #2922)
This commit is contained in:
parent
d975ea1509
commit
920955657d
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue