This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user