Test
This commit is contained in:
parent
a3ff4d243e
commit
21b68f1da1
3 changed files with 77 additions and 78 deletions
|
@ -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');
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue