Skip to content

Commit

Permalink
add logs for is authenticated
Browse files Browse the repository at this point in the history
  • Loading branch information
OlegMoshkovich committed Jun 21, 2023
1 parent 8ea99e7 commit 45cc942
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Components/ProjectPanel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ export default function ProjectPanel({fileOpen, modelPathDefined, isLocalModel})
const navigate = useNavigate()
const theme = useTheme()
const {isAuthenticated} = useAuth0()
// eslint-disable-next-line no-console
console.log('is authenticated from projects', isAuthenticated)

const modelPath = {
Schneestock: '/share/v/gh/Swiss-Property-AG/Schneestock-Public/main/ZGRAGGEN.ifc#c:80.66,11.66,-94.06,6.32,2.93,-8.72',
Expand Down

0 comments on commit 45cc942

Please sign in to comment.