mirror of
https://github.com/ppy/osu.git
synced 2025-02-08 06:22:55 +08:00
Merge pull request #31685 from frenzibyte/two-factor-authentication-code
Do not display autocorrect suggestions in two factor verification code text box
This commit is contained in:
commit
d8c63a443f
@ -5,6 +5,7 @@ using System.Threading.Tasks;
|
||||
using osu.Framework.Allocation;
|
||||
using osu.Framework.Graphics;
|
||||
using osu.Framework.Graphics.Containers;
|
||||
using osu.Framework.Input;
|
||||
using osu.Framework.Input.Events;
|
||||
using osu.Framework.Logging;
|
||||
using osu.Game.Graphics;
|
||||
@ -62,6 +63,7 @@ namespace osu.Game.Overlays.Login
|
||||
},
|
||||
codeTextBox = new OsuTextBox
|
||||
{
|
||||
InputProperties = new TextInputProperties(TextInputType.Code),
|
||||
PlaceholderText = "Enter code",
|
||||
RelativeSizeAxes = Axes.X,
|
||||
TabbableContentContainer = this,
|
||||
|
Loading…
Reference in New Issue
Block a user