Refactored to have the mobile and desktop secure storage contained with a more generic secure storage service.

This commit is contained in:
Brendon Duncan 2018-06-01 10:19:26 +12:00
commit aaad6a1b4a
4 changed files with 118 additions and 84 deletions

View file

@ -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) {