@@ -542,7 +542,9 @@ export default {
.then(() => {
next();
})
- .catch(() => {});
+ .catch(() => {
+ next(false)
+ });
}, 200);
} else {