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:
Roeland Jago Douma 2018-12-10 16:32:53 +01:00
parent 866c42a164
commit 15b1713e32
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with 1 additions and 1 deletions

View File

@ -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');
}