Browse Source

refactor: Remove commented code

version-14
Suraj Shetty 3 years ago
committed by GitHub
parent
commit
62d97864f2
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      frappe/www/update-password.html

+ 0
- 1
frappe/www/update-password.html View File

@@ -180,7 +180,6 @@ frappe.ready(function() {
}
}

// strength_indicator.removeClass().addClass('password-strength-indicator indicator ' + color);
strength_message.html(message.join(' ') || '').removeClass('hidden');
// strength_indicator.attr('title', message.join(' ') || '');
}


Loading…
Cancel
Save