mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-17 23:10:30 +00:00
Use asterisks for password field
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
using Newtonsoft.Json;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.IO;
|
||||
|
||||
namespace ConfigGenerator {
|
||||
@@ -38,6 +39,7 @@ namespace ConfigGenerator {
|
||||
[JsonProperty]
|
||||
public string SteamLogin { get; set; } = null;
|
||||
|
||||
[PasswordPropertyText(true)]
|
||||
[JsonProperty]
|
||||
public string SteamPassword { get; set; } = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user