fix join / export\
This commit is contained in:
parent
38495f11b7
commit
1902e01267
10 changed files with 41 additions and 26 deletions
|
|
@ -19,8 +19,6 @@ angular.module('copayApp.controllers').controller('CreateProfileController', fun
|
|||
$scope.minPasswordStrength = _.isUndefined(config.minPasswordStrength) ?
|
||||
4 : config.minPasswordStrength;
|
||||
|
||||
//TODO
|
||||
$scope.minPasswordStrength = 1;
|
||||
|
||||
pinService.makePinInput($scope, 'newpin', function(newValue) {
|
||||
_firstpin = newValue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue