{
Window.alert(constants.signupAleryAuthPassword());
return;
}
AppUser appUserShared = new AppUser();
appUserShared.EMailAddress = textEMailAddress.getText();
appUserShared.FirstName = textFirstName.getText();
appUserShared.LastName = textLastName.getText();
appUserShared.City = textCity.getText();