Disable autocomplete for withdrawal invoices (#721)
Co-authored-by: ekzyis <ek@stacker.news>
This commit is contained in:
parent
9698679d38
commit
6faec2e7cf
|
@ -230,6 +230,7 @@ export function InvWithdrawal () {
|
|||
return (
|
||||
<>
|
||||
<Form
|
||||
autocomplete='off'
|
||||
initial={{
|
||||
invoice: '',
|
||||
maxFee: maxFeeDefault
|
||||
|
|
Loading…
Reference in New Issue