diff --git a/BTCPayServer/Views/Shared/_Layout.cshtml b/BTCPayServer/Views/Shared/_Layout.cshtml index f17fa6054..2f2a54e04 100644 --- a/BTCPayServer/Views/Shared/_Layout.cshtml +++ b/BTCPayServer/Views/Shared/_Layout.cshtml @@ -85,7 +85,7 @@
@@ -112,6 +112,7 @@ var expectedProtocol = @Html.Raw(Json.Serialize(env.ExpectedProtocol)); if (window.location.host != expectedDomain || window.location.protocol != expectedProtocol + ":") { document.getElementById("badUrl").style.display = "block"; + document.getElementById("browserScheme").innerText = window.location.protocol.substr(0, window.location.protocol.length -1); }