mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
Hide LastPass icon
This commit is contained in:
parent
aed8b92f13
commit
022559d830
@ -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))
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user