This commit is contained in:
2022-03-02 23:15:44 +00:00
parent 734975562f
commit c26d3add09
3 changed files with 7 additions and 16 deletions

View File

@@ -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")