From 7b9d3f0ec6445a1195ee0c7821e7e393350c5583 Mon Sep 17 00:00:00 2001 From: Kode Date: Sat, 20 Oct 2018 20:08:36 +0100 Subject: [PATCH] replace text input with password input and swap input for Form::password --- resources/views/supportedapps/proxmox.blade.php | 2 +- resources/views/supportedapps/transmission.blade.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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')) !!}