upd: redesign
Deskripsi: - login dan konfirmasi kode otp - firebase code env No Issues
This commit is contained in:
@@ -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`)
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user