mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-11 01:35:22 +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>
|
||||
}
|
||||
|
||||
<partial name="LocalhostBrowserSupport" />
|
||||
@if (this.Model.Method is WalletSetupMethod.Hardware)
|
||||
{
|
||||
<partial name="LocalhostBrowserSupport" />
|
||||
}
|
||||
|
||||
<template id="modal-template">
|
||||
<div class="modal-dialog" role="document">
|
||||
|
|
Loading…
Add table
Reference in a new issue