add config
This commit is contained in:
parent
70441e0aad
commit
eb2270a2d1
4 changed files with 18 additions and 12 deletions
|
|
@ -13,6 +13,8 @@ angular.module('copayApp.controllers').controller('CreateProfileController', fun
|
|||
|
||||
$scope.createStep = 'storage';
|
||||
$scope.useLocalstorage = false;
|
||||
$scope.minPasswordStrength = _.isUndefined(config.minPasswordStrength) ?
|
||||
4 : config.minPasswordStrength;
|
||||
|
||||
pinService.makePinInput($scope, 'newpin', function(newValue) {
|
||||
_firstpin = newValue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue