Skip to content

Commit

Permalink
cleanup logs
Browse files Browse the repository at this point in the history
  • Loading branch information
peintnermax committed Jan 30, 2024
1 parent 0cebdef commit 5ed41f5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/Callback.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,8 @@ const Callback = ({
.signinRedirectCallback()
.then((user: User) => {
if (user) {
console.log("u", user);
userManager.getUser().then(console.log);
setAuth(true);
setUserInfo(user);
// loadUserDiscovery(user.access_token);
} else {
setAuth(false);
}
Expand All @@ -41,8 +38,6 @@ const Callback = ({
.getUser()
.then((user) => {
if (user) {
console.log("b", user);

setAuth(true);
setUserInfo(user);
} else {
Expand Down

0 comments on commit 5ed41f5

Please sign in to comment.