This commit is contained in:
2023-04-26 17:59:45 +00:00
parent 1146a2784e
commit 86dd591459
2 changed files with 1 additions and 2 deletions

View File

@@ -501,7 +501,7 @@ export default {
handleError("UPSERT", error, route);
} else {
//specifically this is for the login page
console.log("upser error is: ", error);
console.log("upsert error is: ", error);
throw new Error(window.$gz.errorHandler.errorToString(error));
}
}

View File

@@ -36,7 +36,6 @@ export default {
}),
methods: {
addNotification(options) {
console.log("Add notification options:", options);
if (!options.message) {
return;
}