FIX: services not shown if error in onboarding

This commit is contained in:
Gabriel Bazán 2018-03-20 10:36:12 -03:00
parent 0bf685a4de
commit 19aa961687
1 changed files with 1 additions and 1 deletions

View File

@ -94,9 +94,9 @@ export class CopayApp {
}
this.openLockModal();
this.registerIntegrations();
// Check Profile
this.profile.loadAndBindProfile().then((profile: any) => {
this.registerIntegrations();
this.emailNotificationsProvider.init(); // Update email subscription if necessary
if (profile) {
this.logger.info('Profile exists.');