Merge pull request #12982 from nextcloud/fix/use_strengthify_min
Use strengthify.min on personal settings page
This commit is contained in:
commit
5105bea6c7
|
@ -32,7 +32,7 @@ script('settings', [
|
|||
if($_['passwordChangeSupported']) {
|
||||
script('settings', 'security_password');
|
||||
script('jquery-showpassword');
|
||||
vendor_script('strengthify/jquery.strengthify');
|
||||
vendor_script('strengthify/jquery.strengthify.min');
|
||||
vendor_style('strengthify/strengthify');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue