Use selected PasswordFormat also for login keys

This commit is contained in:
JustArchi
2016-10-15 21:09:53 +02:00
parent 7580544e27
commit 6aec98d3d0
4 changed files with 23 additions and 10 deletions

View File

@@ -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;