mirror of https://github.com/kortix-ai/suna.git
try this
This commit is contained in:
parent
5fbae8d374
commit
e50cb4008f
|
@ -15,7 +15,7 @@ export default function PersonalAccountPage() {
|
|||
|
||||
// Use client-side navigation instead of server redirect
|
||||
useEffect(() => {
|
||||
router.replace('/dashboard/(personalAccount)');
|
||||
router.replace('/dashboard');
|
||||
}, [router]);
|
||||
|
||||
// Return a minimal loading state until redirect happens
|
||||
|
|
Loading…
Reference in New Issue