Merge branch 'auth_stuff' into staging_environment
This commit is contained in:
commit
437d0357b6
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ export const appendToUrl = (appendage: number | string) => {
|
|||
|
||||
export default function Router() {
|
||||
|
||||
const { isAuthenticated, loginWithRedirect, isLoading } = useAuth0();
|
||||
const { /*isAuthenticated, loginWithRedirect,*/ isLoading } = useAuth0();
|
||||
const whiteLabel = getWhitelabel();
|
||||
const [{ user }] = useGlobalState();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue