mirror of
https://github.com/EpinelPS/EpinelPS.git
synced 2025-12-22 20:04:45 +01:00
push admin panel changes
This commit is contained in:
@@ -19,7 +19,7 @@ async function AdminLogin() {
|
||||
if (json.ok) {
|
||||
localStorage.setItem("token", res.token);
|
||||
|
||||
window.location.pathname = "/admin/dashbrd.html";
|
||||
window.location.pathname = "/admin/dashboard";
|
||||
}
|
||||
else {
|
||||
if (json.message !== undefined)
|
||||
|
||||
Reference in New Issue
Block a user