This commit is contained in:
@@ -531,7 +531,6 @@ export default {
|
||||
true
|
||||
);
|
||||
if (res.error) {
|
||||
//don't expect this to ever get called but just in case
|
||||
throw new Error(window.$gz.errorHandler.errorToString(res, vm));
|
||||
}
|
||||
//check for 2fa enabled, if so then need to do one more step before process login can be called
|
||||
@@ -550,6 +549,7 @@ export default {
|
||||
|
||||
await this.step2(res);
|
||||
} catch (error) {
|
||||
console.trace("The error is:", error);
|
||||
if (
|
||||
error.message &&
|
||||
error.message.includes("License agreement consent required")
|
||||
|
||||
Reference in New Issue
Block a user