Fix useContent not using cookies therefore skipping the auth step

This commit is contained in:
2025-01-05 22:43:40 +01:00
parent 9515132659
commit 896af11fa7
15 changed files with 37 additions and 39 deletions

2
types/auth.d.ts vendored
View File

@@ -69,7 +69,7 @@ export interface UserSessionComposable {
/**
* Fetch the user session from the server.
*/
fetch: () => Promise<void>
fetch: () => Promise<boolean>
/**
* Clear the user session and remove the session cookie.
*/