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; } } }