Fix input type of url for NWC receive (#2389)
This commit is contained in:
parent
6d244a5de6
commit
f58b853e8b
@ -32,7 +32,7 @@ export default [
|
||||
name: 'url',
|
||||
label: 'url',
|
||||
placeholder: 'nostr+walletconnect://',
|
||||
type: 'text',
|
||||
type: 'password',
|
||||
required: true,
|
||||
validate: nwcUrlValidator()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user