mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Prevent auto-complete on contact password
This commit is contained in:
parent
e3349c8224
commit
60895a61cb
@ -693,7 +693,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]'}") !!}
|
attr: {name: 'client[contacts][' + \$index() + '][password]'}")->autocomplete('new-password') !!}
|
||||||
@endif
|
@endif
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<div class="col-lg-8 col-lg-offset-4">
|
<div class="col-lg-8 col-lg-offset-4">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user