Skip to content

fix: redirect to ProfilePassword route after password update#51

Merged
occult merged 1 commit into
occult:mainfrom
VitorFOG:fix/profile-password-redirect
Jan 15, 2026
Merged

fix: redirect to ProfilePassword route after password update#51
occult merged 1 commit into
occult:mainfrom
VitorFOG:fix/profile-password-redirect

Conversation

@VitorFOG

Copy link
Copy Markdown
Contributor

Summary

  • Fixed password update redirect to use the GET route (ProfilePassword) instead of the POST route (ProfileUpdatePassword)

Problem

After updating a password, the handler was redirecting to routenames.ProfileUpdatePassword (the POST route), which doesn't have a GET handler.

Solution

Changed the redirect to use routenames.ProfilePassword (the GET route) to properly display the password form page.

After updating a password, the handler was redirecting to
ProfileUpdatePassword (the POST route), which doesn't have a GET
handler. Changed to redirect to ProfilePassword (the GET route)
to properly display the password form page.
@occult occult merged commit 408869a into occult:main Jan 15, 2026
1 check passed
felipekafuri pushed a commit to axioms-studio/bandeira that referenced this pull request Feb 18, 2026
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.

2 participants