This commit is contained in:
@@ -501,7 +501,7 @@ export default {
|
|||||||
handleError("UPSERT", error, route);
|
handleError("UPSERT", error, route);
|
||||||
} else {
|
} else {
|
||||||
//specifically this is for the login page
|
//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));
|
throw new Error(window.$gz.errorHandler.errorToString(error));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -36,7 +36,6 @@ export default {
|
|||||||
}),
|
}),
|
||||||
methods: {
|
methods: {
|
||||||
addNotification(options) {
|
addNotification(options) {
|
||||||
console.log("Add notification options:", options);
|
|
||||||
if (!options.message) {
|
if (!options.message) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user