mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-09 13:14:26 +00:00
Use selected PasswordFormat also for login keys
This commit is contained in:
@@ -37,6 +37,7 @@ namespace ArchiSteamFarm {
|
||||
get {
|
||||
return _LoginKey;
|
||||
}
|
||||
|
||||
set {
|
||||
if (_LoginKey == value) {
|
||||
return;
|
||||
@@ -54,6 +55,7 @@ namespace ArchiSteamFarm {
|
||||
get {
|
||||
return _MobileAuthenticator;
|
||||
}
|
||||
|
||||
set {
|
||||
if (_MobileAuthenticator == value) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user