diff --git a/src/js/services/profileService.js b/src/js/services/profileService.js index ee40f741b..d9e3fc9c8 100644 --- a/src/js/services/profileService.js +++ b/src/js/services/profileService.js @@ -296,6 +296,8 @@ angular.module('copayApp.services') if (!val) { return cb(new Error('NONAGREEDDISCLAIMER: Non agreed disclaimer')); } + if (usePushNotifications) + root.pushNotificationsInit(); return cb(); }); });