refactor use cases

This commit is contained in:
2026-01-08 15:34:51 +01:00
parent d984ab24a8
commit 52e9a2f6a7
362 changed files with 5192 additions and 8409 deletions

View File

@@ -65,6 +65,7 @@ export class SessionGateway {
cookie: cookieString,
},
cache: 'no-store',
credentials: 'include',
});
console.log(`[SESSION] Response status:`, response.status);