get('firstnae')
This commit is contained in:
parent
a06eb168e7
commit
dbb47bd8c5
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ public class MailConfirmation extends FormResponse {
|
|||
int code = (int) json.get("code");
|
||||
String pseudo = (String) json.get("pseudo");
|
||||
String firstname = (String) json.get("firstname");
|
||||
String lastname = (String) json.get("lastnae");
|
||||
String lastname = (String) json.get("lastname");
|
||||
String password = (String) json.get("passwd");
|
||||
|
||||
Integer checkCode = playersWaiting.get(email);
|
||||
|
|
Loading…
Add table
Reference in a new issue