🧱 Try to fix cookies issues

This commit is contained in:
ajnart
2022-06-07 19:34:58 +02:00
committed by Aimsucks
parent 43e68e1bbf
commit 68f2e79056
3 changed files with 6 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ export default function AuthenticationTitle() {
onSubmit={form.onSubmit((values) => {
setCookies('password', values.password, {
maxAge: 60 * 60 * 24 * 30,
sameSite: 'strict',
sameSite: 'lax',
});
showNotification({
id: 'load-data',