Use strengthify.min on personal settings page
Else the CSP fails to load properly Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
866c42a164
commit
15b1713e32
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