Skip to content

Commit

Permalink
chore: logout triggering handler
Browse files Browse the repository at this point in the history
  • Loading branch information
lostfields committed Mar 8, 2024
1 parent 48901bd commit 4493226
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/AuthManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ export class AuthManager extends EventEmitter<Events>{
}

async logout(returnUrl?: string){
this._handleLoggedOut()

return this._authenticator.logout(returnUrl)
}

Expand Down

0 comments on commit 4493226

Please sign in to comment.