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 update password form #670

Merged
merged 3 commits into from
Jan 17, 2025
Merged

Fix update password form #670

merged 3 commits into from
Jan 17, 2025

Conversation

annavik
Copy link
Member

@annavik annavik commented Jan 15, 2025

I did some testing around our password features (to make sure we can bring on new users without too much assistance), and discovered submitting the update password form was not working as expected.

The problem was a nested form situation appeared after the fix in #642. Sorry I missed this before! The user info dialog requires a bit special handling, since we want to present it visually as a form with a small sub form. However nested forms is not valid HTML.

In this PR we fix this problem. Also we include some small style tweaks while we're on it.

After updates:

Screenshot 2025-01-15 at 11 59 14

Copy link

netlify bot commented Jan 15, 2025

Deploy Preview for ami-dev ready!

Name Link
🔨 Latest commit 3cf892d
🔍 Latest deploy log https://app.netlify.com/sites/ami-dev/deploys/678923425ccfa90008d3a809
😎 Deploy Preview https://deploy-preview-670--ami-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 73
Accessibility: 89
Best Practices: 92
SEO: 100
PWA: 80
View the detailed breakdown and full score reports

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

@annavik annavik requested a review from mihow January 15, 2025 11:00
@annavik annavik added bug Something isn't working frontend labels Jan 15, 2025
Copy link
Collaborator

@mihow mihow left a comment

Choose a reason for hiding this comment

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

Nice work! I assumed this was an issue on the backend. Tested and works for me.

@mihow mihow merged commit 2dadd69 into main Jan 17, 2025
6 checks passed
@mihow mihow deleted the fix/update-password branch January 17, 2025 00:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working frontend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants