From dec4452d62b82c7afbaa87343de37c89a6da0747 Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Tue, 16 Apr 2024 17:53:33 +0200 Subject: [PATCH] Use password field to NWC connection (#1076) This should prevent the browser from saving and auto-completing the NWC connection string --- pages/settings/wallets/nwc.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/settings/wallets/nwc.js b/pages/settings/wallets/nwc.js index 92375d0c..f58ae527 100644 --- a/pages/settings/wallets/nwc.js +++ b/pages/settings/wallets/nwc.js @@ -47,6 +47,8 @@ export default function NWC () { initialValue={nwcUrl} label='connection' name='nwcUrl' + type='password' + autoComplete='new-password' required autoFocus />