mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 22:45:45 +01:00
use password field for proxy password
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user