mirror of
https://github.com/ppy/osu.git
synced 2024-11-14 17:57:38 +08:00
Fix username being cleared when it shouldn't be.
This commit is contained in:
parent
74d003bbf6
commit
55df07a872
@ -118,7 +118,7 @@ namespace osu.Game.Online.API
|
|||||||
//todo: this fails even on network-related issues. we should probably handle those differently.
|
//todo: this fails even on network-related issues. we should probably handle those differently.
|
||||||
//NotificationManager.ShowMessage("Login failed!");
|
//NotificationManager.ShowMessage("Login failed!");
|
||||||
log.Add(@"Login failed!");
|
log.Add(@"Login failed!");
|
||||||
clearCredentials();
|
Password = null;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user