use password field for proxy password

This commit is contained in:
Maren Süwer
2018-08-16 14:04:27 +02:00
parent 322e82380a
commit fb56cf4d91

View File

@@ -44,6 +44,7 @@ class ProxySettings extends React.Component<Props> {
label={t("proxy-settings.proxy-password")}
onChange={this.handleProxyPasswordChange}
value={proxyPassword}
type="password"
disabled={!enableProxy || !hasUpdatePermission}
/>
<InputField