upd: redesign

Deskripsi:
- login dan konfirmasi kode otp
- firebase code env

No Issues
This commit is contained in:
2026-02-14 15:43:38 +08:00
parent 6ca935483a
commit 8c63c08bc3
16 changed files with 128 additions and 98 deletions

View File

@@ -23,6 +23,10 @@ export function pushToPage(category: string, idContent: string) {
return router.push(`/member/${idContent}`)
} else if (cat[0] == 'project') {
return router.push(`/project/${idContent}`)
} else if (cat[0] == 'group') {
return router.push(`/group`)
} else if (cat[0] == 'position') {
return router.push(`/position`)
}
}
}