refactor: migrate investor dashboard to dedicated subfolder and update navigation paths
This commit is contained in:
@@ -57,7 +57,7 @@ export default function LoginPage() {
|
||||
router.push('/admin/accounting');
|
||||
break;
|
||||
case 'investor':
|
||||
router.push('/investor');
|
||||
router.push('/investor/dashboard');
|
||||
break;
|
||||
case 'biker':
|
||||
router.push('/biker');
|
||||
@@ -110,7 +110,7 @@ export default function LoginPage() {
|
||||
router.push('/admin/accounting');
|
||||
break;
|
||||
case 'investor':
|
||||
router.push('/investor');
|
||||
router.push('/investor/dashboard');
|
||||
break;
|
||||
case 'biker':
|
||||
router.push('/biker');
|
||||
|
||||
Reference in New Issue
Block a user