.
This commit is contained in:
parent
7111bdf7f2
commit
24f8944ec3
1 changed files with 1 additions and 1 deletions
|
|
@ -691,7 +691,7 @@ angular.module('copayApp.services')
|
||||||
};
|
};
|
||||||
|
|
||||||
root.updateCredentials = function(credentials, cb) {
|
root.updateCredentials = function(credentials, cb) {
|
||||||
var t = root.profile.updateWallet(credentials);
|
root.profile.updateWallet(credentials);
|
||||||
storageService.storeProfile(root.profile, cb);
|
storageService.storeProfile(root.profile, cb);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue