mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Hide LastPass icon
This commit is contained in:
parent
aed8b92f13
commit
022559d830
@ -149,7 +149,7 @@
|
|||||||
attr: {name: 'contacts[' + \$index() + '][phone]'}") !!}
|
attr: {name: 'contacts[' + \$index() + '][phone]'}") !!}
|
||||||
@if ($account->hasFeature(FEATURE_CLIENT_PORTAL_PASSWORD) && $account->enable_portal_password)
|
@if ($account->hasFeature(FEATURE_CLIENT_PORTAL_PASSWORD) && $account->enable_portal_password)
|
||||||
{!! Former::password('password')->data_bind("value: password()?'-%unchanged%-':'', valueUpdate: 'afterkeydown',
|
{!! 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
|
@endif
|
||||||
|
|
||||||
@if (Auth::user()->hasFeature(FEATURE_INVOICE_SETTINGS))
|
@if (Auth::user()->hasFeature(FEATURE_INVOICE_SETTINGS))
|
||||||
|
@ -673,7 +673,7 @@
|
|||||||
attr: {name: 'client[contacts][' + \$index() + '][phone]'}") !!}
|
attr: {name: 'client[contacts][' + \$index() + '][phone]'}") !!}
|
||||||
@if ($account->hasFeature(FEATURE_CLIENT_PORTAL_PASSWORD) && $account->enable_portal_password)
|
@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',
|
{!! 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
|
@endif
|
||||||
@if (Auth::user()->hasFeature(FEATURE_INVOICE_SETTINGS))
|
@if (Auth::user()->hasFeature(FEATURE_INVOICE_SETTINGS))
|
||||||
@if ($account->custom_contact_label1)
|
@if ($account->custom_contact_label1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user