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
|
// Display the error
|
||||||
$('#failedToLoginAlert').show();
|
$('#failedToLoginAlert').show();
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
// Else the user is online !
|
// Else the user is online !
|
||||||
$('#loginModal').modal('hide');
|
$('#loginModal').modal('hide');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue