added init data page
This commit is contained in:
@@ -14,7 +14,7 @@ export default function Page() {
|
||||
getAccounts()
|
||||
.then((res: any) => {
|
||||
if (res.length > 0) {
|
||||
router.push('/newsfeed/following');
|
||||
router.push('/init');
|
||||
} else {
|
||||
router.push('/onboarding');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user