This commit is contained in:
2019-12-20 21:02:24 +00:00
parent ef99023266
commit c0f10a3a2c
40 changed files with 288 additions and 378 deletions

View File

@@ -55,7 +55,7 @@ function handleError(action, error, route, reject) {
"notify-warning",
window.$gz.locale.get("ErrorUserNotAuthorized")
);
router.push("/dashboard");
router.push("/home-dashboard");
return reject("[ErrorUserNotAuthorized]");
}