get('firstnae')

This commit is contained in:
jeffcheasey88 2023-09-08 20:18:51 +02:00
parent a06eb168e7
commit dbb47bd8c5

View file

@ -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);