Skip to content

Commit

Permalink
Remove unused fields
Browse files Browse the repository at this point in the history
  • Loading branch information
vnaskos-sonar committed Jan 10, 2025
1 parent 5d93dd8 commit 969bfa6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/ConnectedMode/UI/Credentials/CredentialsViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/

using System.Collections.ObjectModel;
using System.IO;
using System.Security;
using SonarLint.VisualStudio.ConnectedMode.UI.Resources;
Expand All @@ -30,8 +29,6 @@ namespace SonarLint.VisualStudio.ConnectedMode.UI.Credentials;
public class CredentialsViewModel(ConnectionInfo connectionInfo, ISlCoreConnectionAdapter slCoreConnectionAdapter, IProgressReporterViewModel progressReporterViewModel) : ViewModelBase
{
private SecureString token = new();
private string username;
private SecureString password = new();

public ConnectionInfo ConnectionInfo { get; } = connectionInfo;
public IProgressReporterViewModel ProgressReporterViewModel { get; } = progressReporterViewModel;
Expand Down

0 comments on commit 969bfa6

Please sign in to comment.