Merge branch 'auth_stuff' into staging_environment

This commit is contained in:
Carter 2025-06-25 12:49:38 -06:00
commit 437d0357b6

View file

@ -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();