From 27e70a169e8f4b85d162f981a46bae96e1e1656b Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Tue, 23 Jan 2024 21:30:29 +0900 Subject: [PATCH] Do not show warning about browser compatibility to vault on confirm address --- .../Views/UIStores/ImportWallet/ConfirmAddresses.cshtml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/BTCPayServer/Views/UIStores/ImportWallet/ConfirmAddresses.cshtml b/BTCPayServer/Views/UIStores/ImportWallet/ConfirmAddresses.cshtml index cb81dd76c..936508c4f 100644 --- a/BTCPayServer/Views/UIStores/ImportWallet/ConfirmAddresses.cshtml +++ b/BTCPayServer/Views/UIStores/ImportWallet/ConfirmAddresses.cshtml @@ -19,8 +19,10 @@ {
} - - +@if (this.Model.Method is WalletSetupMethod.Hardware) +{ + +}