tuto3: various fixes to help students

This commit is contained in:
nemunaire 2021-02-04 09:42:10 +01:00
parent 4d3b5c42b6
commit 7a72afc81d
6 changed files with 68 additions and 7 deletions

View file

@ -86,7 +86,7 @@ angular.module("AdLinApp")
});
};
$rootScope.checkLoginState();
$interval($rootScope.checkLoginState, 20000);
$interval($rootScope.checkLoginState, 40000);
$rootScope.disconnectCurrentUser = function() {
$http({