Admin
# feat: - Count jumlah perstatus - Get data review untuk admin ### no issue
This commit is contained in:
@@ -38,7 +38,7 @@ export default function Login() {
|
||||
})
|
||||
.then((res) => res.json())
|
||||
.then((val) => {
|
||||
console.log(val);
|
||||
// console.log(val);
|
||||
if (val.success === true) {
|
||||
router.push(RouterAdminDashboard.splash_admin);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user