-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create post #164
Create post #164
Conversation
…hem and radio buttons
…p, but not displaying, yet
…tePost, and Create. Still getting white page though.
…to fix styling to place on the left of the screen
Azure Static Web Apps: Your stage site is ready! Visit it here: https://jolly-glacier-0ae92c40f-164.eastus2.4.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://jolly-glacier-0ae92c40f-164.eastus2.4.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://jolly-glacier-0ae92c40f-164.eastus2.4.azurestaticapps.net |
firstname: data.get('firstname'), | ||
lastname: data.get('lastname'), | ||
email: data.get('email'), | ||
password: data.get('password'), | ||
birthDay: data.get('birthDay'), | ||
birthMonth: data.get('birthMonth'), | ||
birthYear: data.get('birthYear'), | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lets just have username and password in creds. You also need to confirm if the user is 13 or older here, and that the passwords match
Azure Static Web Apps: Your stage site is ready! Visit it here: https://jolly-glacier-0ae92c40f-164.eastus2.4.azurestaticapps.net |
1 similar comment
Azure Static Web Apps: Your stage site is ready! Visit it here: https://jolly-glacier-0ae92c40f-164.eastus2.4.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://jolly-glacier-0ae92c40f-164.eastus2.4.azurestaticapps.net |
No description provided.