Fix input type of url for NWC receive (#2389)

This commit is contained in:
ekzyis 2025-08-03 07:42:52 +02:00 committed by GitHub
parent 6d244a5de6
commit f58b853e8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,7 +32,7 @@ export default [
name: 'url', name: 'url',
label: 'url', label: 'url',
placeholder: 'nostr+walletconnect://', placeholder: 'nostr+walletconnect://',
type: 'text', type: 'password',
required: true, required: true,
validate: nwcUrlValidator() validate: nwcUrlValidator()
} }