You've already forked obsidian-visualiser
Fix useContent not using cookies therefore skipping the auth step
This commit is contained in:
2
types/auth.d.ts
vendored
2
types/auth.d.ts
vendored
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user