mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 15:47:26 +08:00
PasswordTextBox fix
This commit is contained in:
parent
21c6c23189
commit
d519e28dda
@ -82,7 +82,7 @@ namespace osu.Game.Overlays.Options.General
|
||||
class LoginForm : FlowContainer
|
||||
{
|
||||
private TextBox username;
|
||||
private TextBox password;
|
||||
private PasswordTextBox password;
|
||||
private APIAccess api;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user