Fix authenticated proxy

This commit is contained in:
Nachtalb 2021-10-23 01:11:08 +02:00
parent 3ba7fb6de4
commit 578b1947e2
No known key found for this signature in database
GPG key ID: E48DF13C07055D92

View file

@ -166,7 +166,7 @@
class="input" class="input"
:type="slotProps.isVisible ? 'text' : 'password'" :type="slotProps.isVisible ? 'text' : 'password'"
placeholder="Proxy password" placeholder="Proxy password"
name="password" name="proxyPassword"
maxlength="300" maxlength="300"
/> />
</RevealPassword> </RevealPassword>