Browse Source

Merge pull request #2229 from maxerbox/fixed-input-proxy-password

Set inputType as password in Proxy configuration
pull/2255/head
Ramiro Saenz 6 years ago committed by GitHub
parent
commit
67164bab1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      app/view/preferences/Preferences.js

1
app/view/preferences/Preferences.js

@ -352,6 +352,7 @@ Ext.define('Rambox.view.preferences.Preferences',{
,name: 'proxyPassword'
,value: config.proxyPassword
,emptyText: 'Optional'
,inputType: 'password'
}
]
}

Loading…
Cancel
Save