We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a48fe6f commit 9bd6968Copy full SHA for 9bd6968
src/utils/constants.ts
@@ -4,5 +4,5 @@ export const DEFAULT_COOKIE_OPTIONS: CookieOptions = {
4
path: "/",
5
sameSite: "lax",
6
httpOnly: false,
7
- maxAge: 60 * 60 * 24 * 365 * 1000,
+ maxAge: 60 * 60 * 24 * 400,
8
};
0 commit comments