From 88e2b8724ba318de9b5d822cb35509e2f39d4775 Mon Sep 17 00:00:00 2001 From: iranl Date: Mon, 24 Mar 2025 22:46:36 +0100 Subject: [PATCH] TOTP fix --- src/WebCfgServer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/WebCfgServer.cpp b/src/WebCfgServer.cpp index 5986ed4..127e4b1 100644 --- a/src/WebCfgServer.cpp +++ b/src/WebCfgServer.cpp @@ -4377,6 +4377,7 @@ bool WebCfgServer::processArgs(PsychicRequest *request, PsychicResponse* resp, S configChanged = true; clearSession = true; newMFA = true; + _importExport->_sessionsOpts[request->client()->localIP().toString() + "totp"] = true; } } }