chore: fix session modal to show session creation date instead of update date (#2390)
This commit is contained in:
@@ -159,7 +159,7 @@ const SessionsModalContent: FunctionComponent<{
|
||||
<span className="font-bold text-info">Current session</span>
|
||||
) : (
|
||||
<>
|
||||
<p>Signed in on {formatter.format(new Date(session.updated_at))}</p>
|
||||
<p>Signed in on {formatter.format(new Date(session.created_at))}</p>
|
||||
<Button
|
||||
primary
|
||||
small
|
||||
|
||||
Reference in New Issue
Block a user