summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/js/app.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/js/app.js b/www/js/app.js
index 0ef6c915..c953cebc 100644
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -669,7 +669,9 @@ angular.module('zmApp', [
$window.addEventListener("online", function () {
$rootScope.$apply(function() {
$rootScope.online = true;
- ZMDataModel.zmLog ("Your network is online");
+ ZMDataModel.zmLog ("Your network is online, re-authenticating");
+ zmAutoLogin.doLogin("re-authenticating");
+
});
}, false);