mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-15 03:04:30 +01:00
rebase fix
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
{
|
||||
<template id="btcpayservervault_template">
|
||||
<div class="modal-dialog" role="document">
|
||||
<form class="modal-content" form method="post" asp-action="AddDerivationScheme" asp-route-cryptoCode="@Model.CryptoCode" enctype="multipart/form-data">
|
||||
<form class="modal-content" method="post" enctype="multipart/form-data">
|
||||
<div class="modal-header">
|
||||
<h5 class="modal-title" id="exampleModalLabel">Address verification</h5>
|
||||
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
|
||||
@@ -55,7 +55,7 @@
|
||||
</div>
|
||||
</template>
|
||||
}
|
||||
<form method="post">
|
||||
<form method="post" asp-action="AddDerivationScheme" asp-route-cryptoCode="@Model.CryptoCode" >
|
||||
|
||||
<input id="Config" asp-for="Config" type="hidden" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user