This commit is contained in:
Loic GUEGAN 2016-04-16 22:06:18 +02:00
parent a3ff4d243e
commit 21b68f1da1
3 changed files with 77 additions and 78 deletions

View file

@ -48,8 +48,7 @@ mainApp.controller('loginCtrl', ['$scope','$sce','Identity', function ($scope,$s
// Display the error
$('#failedToLoginAlert').show();
}
else {
} else {
// Else the user is online !
$('#loginModal').modal('hide');
}