From a1140ab9534a1164ce9582f24eb2cca7e19d5d67 Mon Sep 17 00:00:00 2001 From: Joaquin Date: Mon, 15 May 2023 17:18:37 +0300 Subject: [PATCH] [BUG] Fix Admin Reset Typo PRIORITY: HIGH Fix admin reset function setting activity to "null" instead of "none" and causing a login freeze on attempt. This would esentially freeze the entire server as an invalid activity was happening --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index a835914..a25c0a9 100644 --- a/app.js +++ b/app.js @@ -413,7 +413,7 @@ app.get('/admindo', (request, response) => { nullLogStatus(); nullPrezenta(); - activity = 'null'; + activity = 'none'; logString = '';