Build soundbox monitoring dashboard
This commit is contained in:
@ -261,7 +261,7 @@
|
||||
password: passInput.value
|
||||
})
|
||||
.then(() => {
|
||||
window.location.href = '/ui/admin-dashboard-overview';
|
||||
window.location.href = '/ui/soundbox-ops';
|
||||
})
|
||||
.catch((error) => {
|
||||
feedback.textContent = error?.message || 'Login gagal';
|
||||
|
||||
Reference in New Issue
Block a user