Skip to content

Commit

Permalink
Remove obsolete postLogout() callback
Browse files Browse the repository at this point in the history
  • Loading branch information
fnogatz authored and soofstad committed Oct 17, 2024
1 parent c67d57d commit b798028
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ const authConfig = {
onRefreshTokenExpire: (event) => event.logIn('', {}, 'popup'),
preLogin: () => console.log('Logging in...'),
postLogin: () => console.log('Logged in!'),
postLogout: () => console.log('Logged out!'),
decodeToken: true,
scope: 'profile openid',
// state: 'testState',
Expand Down

0 comments on commit b798028

Please sign in to comment.