From 445606e2b117a82bf805de8a542d674ccc752280 Mon Sep 17 00:00:00 2001 From: Dennis Reimann Date: Tue, 1 Dec 2020 14:31:42 +0100 Subject: [PATCH] Wait for content to be loaded before U2F actions --- .../Views/Account/LoginWithU2F.cshtml | 30 ++++++++++--------- BTCPayServer/Views/Manage/AddU2FDevice.cshtml | 30 ++++++++++--------- 2 files changed, 32 insertions(+), 28 deletions(-) diff --git a/BTCPayServer/Views/Account/LoginWithU2F.cshtml b/BTCPayServer/Views/Account/LoginWithU2F.cshtml index 4304bcc4f..fdad50850 100644 --- a/BTCPayServer/Views/Account/LoginWithU2F.cshtml +++ b/BTCPayServer/Views/Account/LoginWithU2F.cshtml @@ -32,19 +32,21 @@ diff --git a/BTCPayServer/Views/Manage/AddU2FDevice.cshtml b/BTCPayServer/Views/Manage/AddU2FDevice.cshtml index 5bde11b8e..f15ccc2cd 100644 --- a/BTCPayServer/Views/Manage/AddU2FDevice.cshtml +++ b/BTCPayServer/Views/Manage/AddU2FDevice.cshtml @@ -34,20 +34,22 @@ @section Scripts { }