make ProxyAuthPass not usable, placeholder code

This commit is contained in:
Schmitti91
2024-01-23 16:24:28 +01:00
parent 093370081e
commit aad3948475

View File

@@ -53,9 +53,9 @@ namespace mRemoteNG.Config.Settings.Registry
/// Specifies the authentication password for the proxy.
/// </summary>
/// <remarks>
/// Please only store encrypted passwords in the registry by using the password generator on the 'Credentials' options page.
/// Please only store encrypted passwords in the registry.
/// </remarks>
public string ProxyAuthPass { get; }
//public string ProxyAuthPass { get; }
public OptRegistryUpdatesPage()
{