Skip to content

Commit

Permalink
added some console logs for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
vsumit89 committed Sep 5, 2022
1 parent 72281a4 commit 946a98d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions web/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ function App() {
});
}
}, []);

console.log("window bool", window.location.pathname === '/')
console.log("window.REACT_APP_REDIRECT_SINGLE_APPLICATION_USERS", window.location.pathname === '/')
console.log("application length bool", applications?.length === 1)
console.log("loading app", loadingApp)

useEffect(() => {
if (process.env.NODE_ENV !== 'development') {
Expand Down

0 comments on commit 946a98d

Please sign in to comment.