diff --git a/src/js/services/profileService.js b/src/js/services/profileService.js index 5d738dbcb..3603d8691 100644 --- a/src/js/services/profileService.js +++ b/src/js/services/profileService.js @@ -95,7 +95,7 @@ angular.module('copayApp.services') client.on('walletCompleted', function() { $log.debug('Wallet completed'); - root.updateCredentials(client.export(), function() { + root.updateCredentials(JSON.parse(client.export()), function() { $rootScope.$emit('Local/WalletCompleted', walletId); }); });