summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/js/app.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/js/app.js b/www/js/app.js
index 5b536932..effafe63 100644
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -664,8 +664,9 @@ angular.module('zmApp', [
disableAnimate: true,
disableBack: true
});
- $state.go("login");
$rootScope.userCancelledAuth = true;
+ $state.go("login");
+
};
//---------------------------------------------------------------------------