mirror of
https://github.com/nextcloud/server.git
synced 2026-06-14 19:20:35 -04:00
Merge pull request #12984 from nextcloud/backport/12982/stable15
[stable15] Use strengthify.min on personal settings page
This commit is contained in:
commit
b81531dead
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue