From 7ca760ecc0dd93d96c57ca5dc6efb771298bf88c Mon Sep 17 00:00:00 2001 From: iranl Date: Thu, 23 Jan 2025 20:28:11 +0100 Subject: [PATCH] Update WebCfgServer.cpp --- src/WebCfgServer.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/WebCfgServer.cpp b/src/WebCfgServer.cpp index b603468..c9b40ac 100644 --- a/src/WebCfgServer.cpp +++ b/src/WebCfgServer.cpp @@ -2004,7 +2004,7 @@ esp_err_t WebCfgServer::buildDuoHtml(PsychicRequest *request, PsychicResponse* r response.beginSend(); response.print(""); response.print(""); - response.print((String)""); + response.print((String)""); response.print("

Nuki Hub login

"); response.print("
Duo Push sent

"); response.print("Please confirm login in the Duo app

"); @@ -7056,4 +7056,4 @@ String WebCfgServer::getPreselectionForGpio(const uint8_t &pin) return String((int8_t)PinRole::Disabled); } -#endif \ No newline at end of file +#endif