mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
LastPass ignore fields
This commit is contained in:
parent
ff47ee349e
commit
e3772080b1
@ -46,12 +46,14 @@
|
||||
|
||||
{!! Former::password('bank_username')
|
||||
->data_bind("value: bank_username, valueUpdate: 'afterkeydown'")
|
||||
->label(trans('texts.username')) !!}
|
||||
->label(trans('texts.username'))
|
||||
->data_lpignore('true') !!}
|
||||
|
||||
{!! Former::password('bank_password')
|
||||
->label(trans('texts.password'))
|
||||
->data_bind("value: bank_password, valueUpdate: 'afterkeydown'")
|
||||
->blockHelp(trans(Request::secure() ? 'texts.bank_password_help' : 'texts.bank_password_warning')) !!}
|
||||
->blockHelp(trans(Request::secure() ? 'texts.bank_password_help' : 'texts.bank_password_warning'))
|
||||
->data_lpignore('true') !!}
|
||||
|
||||
<br/>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user