mirror of
https://github.com/immich-app/immich.git
synced 2025-06-14 21:38:26 +02:00
fix: extend e2e test cookie expiration date (#17007)
fix: extend e2e test cookie
This commit is contained in:
parent
8de71ddaf3
commit
f5e6042eb1
1 changed files with 3 additions and 3 deletions
|
@ -493,7 +493,7 @@ export const utils = {
|
|||
value: accessToken,
|
||||
domain,
|
||||
path: '/',
|
||||
expires: 1_742_402_728,
|
||||
expires: 2_058_028_213,
|
||||
httpOnly: true,
|
||||
secure: false,
|
||||
sameSite: 'Lax',
|
||||
|
@ -503,7 +503,7 @@ export const utils = {
|
|||
value: 'password',
|
||||
domain,
|
||||
path: '/',
|
||||
expires: 1_742_402_728,
|
||||
expires: 2_058_028_213,
|
||||
httpOnly: true,
|
||||
secure: false,
|
||||
sameSite: 'Lax',
|
||||
|
@ -513,7 +513,7 @@ export const utils = {
|
|||
value: 'true',
|
||||
domain,
|
||||
path: '/',
|
||||
expires: 1_742_402_728,
|
||||
expires: 2_058_028_213,
|
||||
httpOnly: false,
|
||||
secure: false,
|
||||
sameSite: 'Lax',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue