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:
Michael Bumann 2024-04-16 17:53:33 +02:00 committed by GitHub
parent 796bd4dc4b
commit dec4452d62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -47,6 +47,8 @@ export default function NWC () {
initialValue={nwcUrl}
label='connection'
name='nwcUrl'
type='password'
autoComplete='new-password'
required
autoFocus
/>