mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-12 10:30:47 +01:00
Do not show warning about browser compatibility to vault on confirm address
This commit is contained in:
parent
6a1d17dda2
commit
27e70a169e
1 changed files with 4 additions and 2 deletions
|
@ -19,8 +19,10 @@
|
||||||
{
|
{
|
||||||
<div asp-validation-summary="All"></div>
|
<div asp-validation-summary="All"></div>
|
||||||
}
|
}
|
||||||
|
@if (this.Model.Method is WalletSetupMethod.Hardware)
|
||||||
|
{
|
||||||
<partial name="LocalhostBrowserSupport" />
|
<partial name="LocalhostBrowserSupport" />
|
||||||
|
}
|
||||||
|
|
||||||
<template id="modal-template">
|
<template id="modal-template">
|
||||||
<div class="modal-dialog" role="document">
|
<div class="modal-dialog" role="document">
|
||||||
|
|
Loading…
Add table
Reference in a new issue