Adds switch for join

This commit is contained in:
Gustavo Maximiliano Cortez 2017-09-15 15:24:57 -04:00
commit e70a717233
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF

View file

@ -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();
});