We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 182b52b commit f26663aCopy full SHA for f26663a
1 file changed
app/web/features/auth/logins/LoginCard.tsx
@@ -52,14 +52,14 @@ export default function LoginsPage({
52
timestampToPlainDateTime(session.created!),
53
{
54
locale,
55
- includeSeconds: true
+ includeSeconds: true,
56
},
57
);
58
const expiryDisplay = localizeDateTime(
59
timestampToPlainDateTime(session.expiry!),
60
61
62
- includeTime: false
+ includeTime: false,
63
64
65
const queryClient = useQueryClient();
0 commit comments