added init data page

This commit is contained in:
Ren Amamiya
2023-03-27 11:28:57 +07:00
parent 392ce50280
commit 1a9b3a2603
7 changed files with 188 additions and 13 deletions

View File

@@ -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');
}