Adds switch for join
This commit is contained in:
parent
80d9c894c9
commit
e70a717233
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ angular.module('copayApp.controllers').controller('joinController',
|
|||
$scope.formData.account = 1;
|
||||
$scope.formData.secret = null;
|
||||
$scope.formData.coin = 'btc';
|
||||
if (config.cashSupport.enabled) $scope.enableCash = true;
|
||||
if (config.cashSupport) $scope.enableCash = true;
|
||||
resetPasswordFields();
|
||||
updateSeedSourceSelect();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue