fix: session validation fixes

This commit is contained in:
Michael Freno
2026-01-11 11:23:32 -05:00
parent 842a6075f9
commit 1fb8f45705
5 changed files with 166 additions and 37 deletions

View File

@@ -1261,7 +1261,7 @@ function ActiveSessions(props: { userId: string }) {
</Show>
<div>
Last active:{" "}
{formatDate(session.lastRotatedAt || session.createdAt)}
{formatDate(session.lastActiveAt || session.createdAt)}
</div>
<Show when={session.expiresAt}>
<div class="text-xs">