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