Merge pull request #46 from matiaspando/feature/removeCryptoAES
fixes notification for invalid credentials
This commit is contained in:
commit
eaf14ddb49
6 changed files with 24 additions and 18 deletions
|
|
@ -10,6 +10,6 @@ angular.module('copayApp.controllers').controller('HomeController', function($sc
|
|||
return;
|
||||
}
|
||||
$scope.loading = true;
|
||||
identityService.open($scope, form);
|
||||
identityService.open($scope, form);
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue