alert removal in login sceeen while entering value
This commit is contained in:
parent
29f6b400d6
commit
b699845627
@ -314,9 +314,9 @@ $scope.EmpLogin=function(myModel)
|
||||
{
|
||||
if(otpcheck != undefined)
|
||||
{
|
||||
swal("Warning!", response.data.message, "warning");
|
||||
// swal("Warning!", response.data.message, "warning");
|
||||
$scope.show = true;
|
||||
$(".alert").delay(200).addClass("in").fadeOut(3500);
|
||||
// $(".alert").delay(200).addClass("in").fadeOut(3500);
|
||||
}
|
||||
}
|
||||
}else{
|
||||
@ -325,7 +325,7 @@ $scope.EmpLogin=function(myModel)
|
||||
$scope.icon = 'fa fa-lock';
|
||||
$scope.info = false;
|
||||
|
||||
swal("Warning!", response.data.message, "warning");
|
||||
//swal("Warning!", response.data.message, "warning");
|
||||
// $scope.show = true;
|
||||
//$(".alert").delay(200).addClass("in").fadeOut(3500);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user