Disable autocomplete for withdrawal invoices (#721)

Co-authored-by: ekzyis <ek@stacker.news>
This commit is contained in:
ekzyis 2023-12-30 01:03:14 +01:00 committed by GitHub
parent 9698679d38
commit 6faec2e7cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -230,6 +230,7 @@ export function InvWithdrawal () {
return ( return (
<> <>
<Form <Form
autocomplete='off'
initial={{ initial={{
invoice: '', invoice: '',
maxFee: maxFeeDefault maxFee: maxFeeDefault