Merge remote-tracking branch 'origin' into front-styles

This commit is contained in:
2026-03-31 09:14:22 +02:00
44 changed files with 713 additions and 401 deletions

View File

@@ -62,14 +62,6 @@ async function changeLang() {
method: 'POST'
})
if (items?.token) {
cookie.setCookie('Aurrie', items.token, {
days: 60,
secure: true,
sameSite: 'Lax'
})
}
} catch (error) {
console.log(error)
}