fix: cleanup files

This commit is contained in:
LukeGus
2025-12-30 20:00:05 -06:00
parent 1f033bc13a
commit 04e1ba22be
4 changed files with 16 additions and 30 deletions

View File

@@ -1017,7 +1017,6 @@ wss.on("connection", async (ws: WebSocket, req) => {
finish(responses);
};
// Set timeout for TOTP response
totpTimeout = setTimeout(() => {
if (keyboardInteractiveFinish) {
keyboardInteractiveFinish = null;
@@ -1070,7 +1069,6 @@ wss.on("connection", async (ws: WebSocket, req) => {
finish(responses);
};
// Set timeout for password response
totpTimeout = setTimeout(() => {
if (keyboardInteractiveFinish) {
keyboardInteractiveFinish = null;