We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27f6a91 commit fa95e2cCopy full SHA for fa95e2c
1 file changed
apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/(overview)/setup-page.tsx
@@ -33,7 +33,7 @@ export default function SetupPage(props: { toMetrics: () => void }) {
33
hasPublishableClientKey: true,
34
hasSecretServerKey: true,
35
hasSuperSecretAdminKey: false,
36
- expiresAt: new Date(Date.now() + 1000 * 60 * 60 * 24 * 30),
+ expiresAt: new Date(Date.now() + 1000 * 60 * 60 * 24 * 365 * 200),
37
description: 'Onboarding',
38
});
39
0 commit comments