Welcome to the Home Page, <%= username %>!

Last 10 Logins:

<% loginLogs.forEach(log => { %> <% }); %>
Username Last Login Time
<%= log.username %> <%= new Date(log.lastLogin).toLocaleString('en-US', { timeZone: 'Asia/Singapore' }) %>