removed resetpasswordfields from create and join
This commit is contained in:
parent
da42d8b159
commit
5d10e7ea33
2 changed files with 0 additions and 2 deletions
|
|
@ -38,7 +38,6 @@ angular.module('copayApp.controllers').controller('createController',
|
||||||
|
|
||||||
$scope.setTotalCopayers(tc);
|
$scope.setTotalCopayers(tc);
|
||||||
updateRCSelect(tc);
|
updateRCSelect(tc);
|
||||||
resetPasswordFields();
|
|
||||||
});
|
});
|
||||||
|
|
||||||
$scope.coinChanged = function() {
|
$scope.coinChanged = function() {
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,6 @@ angular.module('copayApp.controllers').controller('joinController',
|
||||||
$scope.bitcoinAlias = (config.bitcoinAlias || defaults.bitcoinAlias).toUpperCase();
|
$scope.bitcoinAlias = (config.bitcoinAlias || defaults.bitcoinAlias).toUpperCase();
|
||||||
$scope.bitcoinCashAlias = (config.bitcoinCashAlias || defaults.bitcoinCashAlias).toUpperCase();
|
$scope.bitcoinCashAlias = (config.bitcoinCashAlias || defaults.bitcoinCashAlias).toUpperCase();
|
||||||
if (config.cashSupport) $scope.enableCash = true;
|
if (config.cashSupport) $scope.enableCash = true;
|
||||||
resetPasswordFields();
|
|
||||||
updateSeedSourceSelect();
|
updateSeedSourceSelect();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue