Wrong function call
This commit is contained in:
parent
1a7f66273e
commit
5495f60306
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ angular.module('copayApp.services').factory('coinbaseService', function($http, $
|
||||||
return cb(null, data[i].id);
|
return cb(null, data[i].id);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
coinbaseService.logout(function() {});
|
root.logout(function() {});
|
||||||
return cb('Your primary account should be a WALLET. Set your wallet account as primary and try again');
|
return cb('Your primary account should be a WALLET. Set your wallet account as primary and try again');
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue