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