summaryrefslogtreecommitdiff
path: root/www/js/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/app.js')
-rw-r--r--www/js/app.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/app.js b/www/js/app.js
index dca1aa6e..be606515 100644
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -1107,6 +1107,7 @@ angular.module('zmApp', [
disableBack: true
});
$rootScope.userCancelledAuth = true;
+ window.stop();
$state.go("login" ,{"wizard": false});
};