diff --git a/DnsServerCore/www/js/auth.js b/DnsServerCore/www/js/auth.js
index b77c9b45..9320c567 100644
--- a/DnsServerCore/www/js/auth.js
+++ b/DnsServerCore/www/js/auth.js
@@ -1,6 +1,6 @@
/*
Technitium DNS Server
-Copyright (C) 2022 Shreyas Zare (shreyas@technitium.com)
+Copyright (C) 2023 Shreyas Zare (shreyas@technitium.com)
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -804,8 +804,8 @@ function getAdminUsersRowHtml(id, user) {
var tableHtmlRows = "
| " + htmlEncode(user.username) + " | " +
htmlEncode(user.displayName) + " | " +
status + " | " +
- htmlEncode(moment(user.previousSessionLoggedOn).local().format("YYYY-MM-DD HH:mm:ss")) + " from " + htmlEncode(user.previousSessionRemoteAddress) + " | " +
- htmlEncode(moment(user.recentSessionLoggedOn).local().format("YYYY-MM-DD HH:mm:ss")) + " from " + htmlEncode(user.recentSessionRemoteAddress);
+ htmlEncode(moment(user.recentSessionLoggedOn).local().format("YYYY-MM-DD HH:mm:ss")) + " from " + htmlEncode(user.recentSessionRemoteAddress) + " | " +
+ htmlEncode(moment(user.previousSessionLoggedOn).local().format("YYYY-MM-DD HH:mm:ss")) + " from " + htmlEncode(user.previousSessionRemoteAddress);
tableHtmlRows += " | |