Fix username being cleared when it shouldn't be.

This commit is contained in:
Dean Herbert 2017-03-28 00:03:09 +09:00
parent 74d003bbf6
commit 55df07a872
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ private void run()
//todo: this fails even on network-related issues. we should probably handle those differently.
//NotificationManager.ShowMessage("Login failed!");
log.Add(@"Login failed!");
clearCredentials();
Password = null;
continue;
}