This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository coselmar. See http://git.codelutin.com/coselmar.git commit 51a0ca377f196dd6740b714a7c24e192716b1bf8 Author: Yannick Martel <martel@©odelutin.com> Date: Mon Jan 5 14:07:37 2015 +0100 fix js --- coselmar-ui/src/main/webapp/js/coselmar.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/coselmar-ui/src/main/webapp/js/coselmar.js b/coselmar-ui/src/main/webapp/js/coselmar.js index 35d73d0..f10805e 100644 --- a/coselmar-ui/src/main/webapp/js/coselmar.js +++ b/coselmar-ui/src/main/webapp/js/coselmar.js @@ -108,9 +108,6 @@ coselmarApp.config(function($httpProvider) { 'responseError': function(rejection) { if (rejection.status == 401) { - //logout bad user - delete $scope.currentUser; - localStorage.removeItem('coselmar-jwt'); // create return to path wanted var returnTo = $location.path(); $location.path("/401").search('returnTo', returnTo); -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.