fix onboarding backup confirm and routes

This commit is contained in:
Gabriel Bazán 2016-09-02 11:09:51 -03:00
commit 3a933959c1
3 changed files with 13 additions and 9 deletions

View file

@ -136,7 +136,7 @@ angular.module('copayApp.controllers').controller('backupController',
}
}
profileService.setBackupFlag(walletClient.credentials.walletId);
profileService.setBackupFlag(wallet.credentials.walletId);
return cb();
}, 1);
};