diff --git a/client/src/pages/api/auth/[...nextauth].ts b/client/src/pages/api/auth/[...nextauth].ts index 07b7e15dd..2fae5e5b4 100644 --- a/client/src/pages/api/auth/[...nextauth].ts +++ b/client/src/pages/api/auth/[...nextauth].ts @@ -23,7 +23,7 @@ export const options: NextAuthOptions = { session: { strategy: 'jwt', - maxAge: 2 * 60 * 60, // 2 hours + maxAge: 12 * 60 * 60, // 12 hours }, // Configure one or more authentication providers providers: [