Merge remote-tracking branch 'origin' into front-styles
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user