Refactored to have the mobile and desktop secure storage contained with a more generic secure storage service.
This commit is contained in:
parent
fdc9a8c37b
commit
aaad6a1b4a
4 changed files with 118 additions and 84 deletions
|
|
@ -126,7 +126,7 @@ angular.module('copayApp.services')
|
|||
};
|
||||
|
||||
root.getProfile = function(cb) {
|
||||
$log.debug("getProfile() 31 7");
|
||||
$log.debug("getProfile() 1 8");
|
||||
|
||||
//storage.get('profile', function(err, str) {
|
||||
secureStorageService.get('profile', function(err, str) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue