extend cookie length

This commit is contained in:
2025-02-24 20:29:34 +01:00
parent 002f959b44
commit 3ce9ae8e9a

View File

@@ -18,7 +18,8 @@ export const actions = {
} }
cookies.set('token', token, { cookies.set('token', token, {
path: '/' path: '/',
maxAge: 60 * 60 * 24 * 7,
}); });
return { return {