lots of changes
This commit is contained in:
@@ -26,7 +26,7 @@ export default function AuthPage() {
|
||||
function RedirectToDashboard({ nextPath }: { nextPath: string | null }) {
|
||||
const router = useRouter();
|
||||
useEffect(() => {
|
||||
router.push(nextPath || "/dashboard");
|
||||
router.push(nextPath || "/app/dashboard");
|
||||
}, [router, nextPath]);
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user