- No previously used keys
+
+
+
+
No previously used keys
+
+ Rotated keys will appear here for verification of existing tokens
+
+
)}
@@ -312,6 +321,9 @@ export default function JWTSecretKeysTable() {
Type
+
+ Last rotated at
+
Actions
diff --git a/apps/studio/components/interfaces/JwtSecrets/jwt-secret-keys-table/signing-key-row.tsx b/apps/studio/components/interfaces/JwtSecrets/jwt-secret-keys-table/signing-key-row.tsx
index 4459f71e1f2..15ea69469ce 100644
--- a/apps/studio/components/interfaces/JwtSecrets/jwt-secret-keys-table/signing-key-row.tsx
+++ b/apps/studio/components/interfaces/JwtSecrets/jwt-secret-keys-table/signing-key-row.tsx
@@ -1,3 +1,4 @@
+import dayjs from 'dayjs'
import { motion } from 'framer-motion'
import {
CircleArrowDown,
@@ -73,24 +74,26 @@ export const SigningKeyRow = ({
)}
>
{signingKey.status === 'standby' ? (
-
+
) : (
-
+
)}
- {statusLabels[signingKey.status]}
+
{statusLabels[signingKey.status]}