update the correct file

This commit is contained in:
zefie
2022-02-18 23:27:05 -05:00
parent dddbbff478
commit a711e05a1d
3 changed files with 2 additions and 3 deletions

View File

@@ -20,8 +20,6 @@ if (user_id != null) {
userSession.user_id = user_id;
}
userSession.set("password_valid", true);
if (!userSession.loadSessionData()) {
var errpage = wtvshared.doErrorPage(400, "Invalid user ID.");
headers = errpage[0];