mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 18:12:56 +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