add config
This commit is contained in:
parent
70441e0aad
commit
eb2270a2d1
4 changed files with 18 additions and 12 deletions
|
|
@ -208,7 +208,7 @@ angular.module('copayApp.directives')
|
|||
|
||||
var MIN_LENGTH = 8;
|
||||
var MESSAGES = ['Very Weak', 'Very Weak', 'Weak', 'Medium', 'Strong', 'Very Strong'];
|
||||
var COLOR = ['#dd514c', '#dd514c', '#faa732', '#faa732', '#5eb95e', '#5eb95e'];
|
||||
var COLOR = ['#dd514c', '#dd514c', '#faa732', '#faa732', '#16A085', '#16A085'];
|
||||
|
||||
function evaluateMeter(password) {
|
||||
var passwordStrength = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue