diff --git a/osu.Game/Overlays/Options/Sections/General/LoginOptions.cs b/osu.Game/Overlays/Options/Sections/General/LoginOptions.cs index b06644facd..db799ccae2 100644 --- a/osu.Game/Overlays/Options/Sections/General/LoginOptions.cs +++ b/osu.Game/Overlays/Options/Sections/General/LoginOptions.cs @@ -117,7 +117,8 @@ namespace osu.Game.Overlays.Options.Sections.General { PlaceholderText = "Password", RelativeSizeAxes = Axes.X, - TabbableContentContainer = this + TabbableContentContainer = this, + OnCommit = (TextBox sender, bool newText) => performLogin() }, new OsuCheckbox {