This commit is contained in:
2020-12-23 23:38:18 +00:00
parent dfac8f57eb
commit 6ed41c6005
2 changed files with 1 additions and 5 deletions

View File

@@ -504,7 +504,7 @@ export default {
} else {
//specifically this is for the login page
// throw new Error(error);
throw new Error(window.$gz.errorHandler.errorToString(res));
throw new Error(window.$gz.errorHandler.errorToString(error));
}
}
},