mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Prefill username and email
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user