Skip to content

Commit fa95e2c

Browse files
authored
Change onboarding API key to never expire
1 parent 27f6a91 commit fa95e2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/(overview)

apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/(overview)/setup-page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default function SetupPage(props: { toMetrics: () => void }) {
3333
hasPublishableClientKey: true,
3434
hasSecretServerKey: true,
3535
hasSuperSecretAdminKey: false,
36-
expiresAt: new Date(Date.now() + 1000 * 60 * 60 * 24 * 30),
36+
expiresAt: new Date(Date.now() + 1000 * 60 * 60 * 24 * 365 * 200),
3737
description: 'Onboarding',
3838
});
3939

0 commit comments

Comments
 (0)