fixes credentials storage

This commit is contained in:
Matias Alejo Garcia 2016-06-14 17:48:00 -03:00
commit 7111bdf7f2
No known key found for this signature in database
GPG key ID: 02470DB551277AB3
4 changed files with 17 additions and 10 deletions

View file

@ -99,8 +99,6 @@ angular.module('copayApp.services')
storage.set('profile', profile.toObj(), cb);
};
root.storeProfileThrottled = lodash.throttle(root.storeProfile, 5000);
root.getProfile = function(cb) {
storage.get('profile', function(err, str) {
if (err || !str)