Merge pull request #12984 from nextcloud/backport/12982/stable15
[stable15] Use strengthify.min on personal settings page
This commit is contained in:
commit
b81531dead
|
@ -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