diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2019-03-18 14:38:44 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-03-18 14:38:44 +0100 |
commit | 219fb1a855f69c57fd03334c6445f0e6eda95b6b (patch) | |
tree | 082f8ce35ad8ef56c85d69b4af3219bb3daf1a9e /settings | |
parent | c41687530d59940792a5bd131d93d27769967e6e (diff) | |
download | nextcloud-server-219fb1a855f69c57fd03334c6445f0e6eda95b6b.tar.gz nextcloud-server-219fb1a855f69c57fd03334c6445f0e6eda95b6b.zip |
Fix showpassword loads
This is bundled by default. So trying to load it throws a warning in the
logs.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'settings')
-rw-r--r-- | settings/templates/settings/personal/security.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/settings/templates/settings/personal/security.php b/settings/templates/settings/personal/security.php index ee6c7ce0ace..b7983b7c5d9 100644 --- a/settings/templates/settings/personal/security.php +++ b/settings/templates/settings/personal/security.php @@ -28,7 +28,6 @@ script('settings', [ if($_['passwordChangeSupported']) { script('settings', 'security_password'); - script('jquery-showpassword'); } ?> |