mirror of https://github.com/ppy/osu
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 @@ private void performRegistration()
|
|||
return;
|
||||
}
|
||||
|
||||
api.Login(emailTextBox.Text, passwordTextBox.Text);
|
||||
api.Login(usernameTextBox.Text, passwordTextBox.Text);
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue