Fix first link to your account. Removes unused variables. Fix spinner
This commit is contained in:
parent
a99a133814
commit
8b0919f2dc
5 changed files with 32 additions and 32 deletions
|
|
@ -700,7 +700,9 @@ angular.module('copayApp.services').factory('coinbaseService', function($http, $
|
|||
root.logout = function(cb) {
|
||||
storageService.removeCoinbaseToken(credentials.NETWORK, function() {
|
||||
storageService.removeCoinbaseRefreshToken(credentials.NETWORK, function() {
|
||||
return cb();
|
||||
storageService.removeCoinbaseTxs(credentials.NETWORK, function() {
|
||||
return cb();
|
||||
});
|
||||
});
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue