Use password field to NWC connection (#1076)
This should prevent the browser from saving and auto-completing the NWC connection string
This commit is contained in:
parent
796bd4dc4b
commit
dec4452d62
@ -47,6 +47,8 @@ export default function NWC () {
|
||||
initialValue={nwcUrl}
|
||||
label='connection'
|
||||
name='nwcUrl'
|
||||
type='password'
|
||||
autoComplete='new-password'
|
||||
required
|
||||
autoFocus
|
||||
/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user