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}
|
initialValue={nwcUrl}
|
||||||
label='connection'
|
label='connection'
|
||||||
name='nwcUrl'
|
name='nwcUrl'
|
||||||
|
type='password'
|
||||||
|
autoComplete='new-password'
|
||||||
required
|
required
|
||||||
autoFocus
|
autoFocus
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue