Skip to content

Commit 27ed2eb

Browse files
committed
la re li la ri la
1 parent 94637a2 commit 27ed2eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/backend/src/app/api/latest/auth/cli

apps/backend/src/app/api/latest/auth/cli/route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const POST = createSmartRouteHandler({
2525
tenancy: adaptSchema.defined(),
2626
}).defined(),
2727
body: yupObject({
28-
expires_in_millis: yupNumber().max(1000 * 60 * 60 * 24).default(1000 * 60 * 10), // Default: 10 minutes, max: 24 hours
28+
expires_in_millis: yupNumber().max(1000 * 60 * 15).default(1000 * 60 * 2), // Default: 2 minutes, max: 15 minutes
2929
anon_refresh_token: yupString().optional(),
3030
}).default({}),
3131
}),

0 commit comments

Comments
 (0)