Skip to content

Commit 76462ef

Browse files
timea-solidCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 8ee589e commit 76462ef

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/mocks/solid-oidc-client-browser.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export class Session {
4545
this.info = { isLoggedIn: false }
4646
this.webId = undefined
4747
this.isActive = false
48+
this.events.emit('logout')
4849
}
4950

5051
fetch (input: RequestInfo | URL, init?: RequestInit): Promise<Response> {

0 commit comments

Comments
 (0)