diff --git a/src/js/controllers/join.js b/src/js/controllers/join.js index 0acc5556b..c037d5b12 100644 --- a/src/js/controllers/join.js +++ b/src/js/controllers/join.js @@ -136,7 +136,7 @@ angular.module('copayApp.controllers').controller('joinController', } if ($scope.formData.seedSource.id == walletService.externalSource.ledger.id || $scope.formData.seedSource.id == walletService.externalSource.trezor.id || $scope.formData.seedSource.id == walletService.externalSource.intelTEE.id) { - var account = $scope.account; + var account = $scope.formData.account; if (!account || account < 1) { popupService.showAlert(gettextCatalog.getString('Error'), gettextCatalog.getString('Invalid account number')); return;