diff --git a/wallets/lib/protocols/nwc.js b/wallets/lib/protocols/nwc.js index 9e4a3561..360516eb 100644 --- a/wallets/lib/protocols/nwc.js +++ b/wallets/lib/protocols/nwc.js @@ -32,7 +32,7 @@ export default [ name: 'url', label: 'url', placeholder: 'nostr+walletconnect://', - type: 'text', + type: 'password', required: true, validate: nwcUrlValidator() }