From 022559d830a68792913b74e0c85c025f552cf5f0 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Mon, 15 Jan 2018 18:20:53 +0200 Subject: [PATCH] Hide LastPass icon --- resources/views/clients/edit.blade.php | 2 +- resources/views/invoices/edit.blade.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/clients/edit.blade.php b/resources/views/clients/edit.blade.php index c3551073c191..ff3e2c085d11 100644 --- a/resources/views/clients/edit.blade.php +++ b/resources/views/clients/edit.blade.php @@ -149,7 +149,7 @@ attr: {name: 'contacts[' + \$index() + '][phone]'}") !!} @if ($account->hasFeature(FEATURE_CLIENT_PORTAL_PASSWORD) && $account->enable_portal_password) {!! Former::password('password')->data_bind("value: password()?'-%unchanged%-':'', valueUpdate: 'afterkeydown', - attr: {name: 'contacts[' + \$index() + '][password]'}")->autocomplete('new-password') !!} + attr: {name: 'contacts[' + \$index() + '][password]'}")->autocomplete('new-password')->data_lpignore('true') !!} @endif @if (Auth::user()->hasFeature(FEATURE_INVOICE_SETTINGS)) diff --git a/resources/views/invoices/edit.blade.php b/resources/views/invoices/edit.blade.php index eb527f180e4a..e7f3eb7372e7 100644 --- a/resources/views/invoices/edit.blade.php +++ b/resources/views/invoices/edit.blade.php @@ -673,7 +673,7 @@ attr: {name: 'client[contacts][' + \$index() + '][phone]'}") !!} @if ($account->hasFeature(FEATURE_CLIENT_PORTAL_PASSWORD) && $account->enable_portal_password) {!! Former::password('password')->data_bind("value: (typeof password=='function'?password():null)?'-%unchanged%-':'', valueUpdate: 'afterkeydown', - attr: {name: 'client[contacts][' + \$index() + '][password]'}")->autocomplete('new-password') !!} + attr: {name: 'client[contacts][' + \$index() + '][password]'}")->autocomplete('new-password')->data_lpignore('true') !!} @endif @if (Auth::user()->hasFeature(FEATURE_INVOICE_SETTINGS)) @if ($account->custom_contact_label1)