mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 17:07:38 +08:00
Prefill username and email
This commit is contained in:
parent
4d58e6d8d2
commit
11f630d49d
@ -209,7 +209,7 @@ namespace osu.Game.Overlays.AccountCreation
|
||||
if (!string.IsNullOrEmpty(errors.Message))
|
||||
passwordDescription.AddErrors(new[] { errors.Message });
|
||||
|
||||
game.OpenUrlExternally(errors.Redirect);
|
||||
game.OpenUrlExternally($"{errors.Redirect}?username={usernameTextBox.Text}&email={emailTextBox.Text}");
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user