diff --git a/resources/views/supportedapps/proxmox.blade.php b/resources/views/supportedapps/proxmox.blade.php index 10c1ab34..cc25cd35 100644 --- a/resources/views/supportedapps/proxmox.blade.php +++ b/resources/views/supportedapps/proxmox.blade.php @@ -12,7 +12,7 @@
- + {!! Form::password('config[password]', null, array('placeholder' => __('app.apps.password'), 'data-config' => 'password', 'class' => 'form-control config-item')) !!}
diff --git a/resources/views/supportedapps/transmission.blade.php b/resources/views/supportedapps/transmission.blade.php index bfb3612f..c6bea04f 100644 --- a/resources/views/supportedapps/transmission.blade.php +++ b/resources/views/supportedapps/transmission.blade.php @@ -12,7 +12,7 @@
- {!! Form::text('config[password]', null, array('placeholder' => __('app.apps.password'), 'data-config' => 'password', 'class' => 'form-control config-item')) !!} + {!! Form::password('config[password]', null, array('placeholder' => __('app.apps.password'), 'data-config' => 'password', 'class' => 'form-control config-item')) !!}