Fix camera not working on wallet send (Fix #2922)

This commit is contained in:
nicolas.dorier 2021-09-27 10:31:23 +09:00
parent d975ea1509
commit 920955657d
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE

View File

@ -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