mirror of
https://github.com/ppy/osu.git
synced 2025-02-06 21:02:59 +08:00
Merge pull request #7433 from peppy/fix-new-user-reg
Fix new account registration attempting to login with email
This commit is contained in:
commit
62a780a065
@ -196,7 +196,7 @@ namespace osu.Game.Overlays.AccountCreation
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
api.Login(emailTextBox.Text, passwordTextBox.Text);
|
api.Login(usernameTextBox.Text, passwordTextBox.Text);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user