Skip to content

Commit b81531d

Browse files
authored
Merge pull request #12984 from nextcloud/backport/12982/stable15
[stable15] Use strengthify.min on personal settings page
2 parents 9b41fed + f7ed368 commit b81531d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

settings/templates/settings/personal/security.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
if($_['passwordChangeSupported']) {
3333
script('settings', 'security_password');
3434
script('jquery-showpassword');
35-
vendor_script('strengthify/jquery.strengthify');
35+
vendor_script('strengthify/jquery.strengthify.min');
3636
vendor_style('strengthify/strengthify');
3737
}
3838

0 commit comments

Comments
 (0)