[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
main
Joaquin 3 years ago
parent 3ef13335b3
commit a1140ab953
Signed by: puly
GPG Key ID: 9E9299CD96C65EC6
  1. 2
      app.js

@ -413,7 +413,7 @@ app.get('/admindo', (request, response) => {
nullLogStatus();
nullPrezenta();
activity = 'null';
activity = 'none';
logString = '';

Loading…
Cancel
Save