diff --git a/src/pages/PageWrapper.tsx b/src/pages/PageWrapper.tsx index 83004fcc..1af53681 100644 --- a/src/pages/PageWrapper.tsx +++ b/src/pages/PageWrapper.tsx @@ -85,26 +85,29 @@ export const PageWrapper = () => { } } }, [location.pathname, navigate, setBrowserId, setRecordingId, setRecordingName, setRecordingUrl]); + + const isAuthPage = location.pathname === '/login' || location.pathname === '/register'; + const isRecordingPage = location.pathname === '/recording'; return (