mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-23 14:40:36 +01:00
rebase fix
This commit is contained in:
parent
9142c48a0b
commit
1aef7f7ea6
1 changed files with 2 additions and 2 deletions
|
@ -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" />
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue