Skip to content

Commit

Permalink
chore: debug logout
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienne-deriv committed Dec 2, 2024
1 parent 1110bd3 commit c84458a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/javascript/app/pages/callback/callback.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,9 @@ const CallbackContainer = () => {

storeClientAccounts(tokens, account_list);
} else {
Client.doLogout({ logout: 1 });
// eslint-disable-next-line
console.log('apparently we are logging out', response, account_list)
// Client.doLogout({ logout: 1 });
}

// redirect back
Expand Down

0 comments on commit c84458a

Please sign in to comment.