display a spinner when signing with a PIN
This commit is contained in:
parent
e6f02c904e
commit
2be4600509
3 changed files with 6 additions and 1 deletions
|
|
@ -72,6 +72,7 @@ angular.module('copayApp.controllers').controller('HomeController', function($sc
|
|||
var credentials = pinService.get(pin, function(err, credentials) {
|
||||
if (err || !credentials) {
|
||||
$rootScope.starting = false;
|
||||
$scope.loading = null;
|
||||
$scope.error = 'Wrong PIN';
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue