minor syntax clean
This commit is contained in:
parent
338b256d13
commit
d3314a1ab9
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