From c21cf6eb11b6885ace70fc7ffcbef3d06ff35fbb Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Sun, 26 Sep 2021 21:50:00 -0400 Subject: [PATCH] remove last active display --- account/views/admin.ejs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/account/views/admin.ejs b/account/views/admin.ejs index dd3fba9..2bb2722 100644 --- a/account/views/admin.ejs +++ b/account/views/admin.ejs @@ -33,7 +33,6 @@ Email Providers Level - Last Active @@ -80,9 +79,6 @@ <%= users[i].level %> <% } %> - - <%= new Date(users[i].lastActive).toUTCString() %> -