Skip to content
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

Fix: Edit Profile #706

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Fix: Edit Profile #706

wants to merge 3 commits into from

Conversation

tiago-bacelar
Copy link
Contributor

Fixes #684

Copy link

netlify bot commented Feb 6, 2024

Deploy Preview for lazuli-stg ready!

Name Link
🔨 Latest commit 350cd48
🔍 Latest deploy log https://app.netlify.com/sites/lazuli-stg/deploys/65c1ef24d0eabb00085bbc52
😎 Deploy Preview https://deploy-preview-706--lazuli-stg.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -72,7 +72,7 @@ function Profile() {
const handleSubmitForm = (e: React.FormEvent) => {
e.preventDefault();
const formData = new FormData();
formData.append("attendee[nickname]", username);
formData.append("attendee[name]", name);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure about this though... How is this coded in the backend? Please get back to me about this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix profile editing
1 participant