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

Bug: Fix handling of returnurl parameter in UserProfile component #3825

Closed
thabaum opened this issue Feb 17, 2024 · 0 comments · Fixed by #3826
Closed

Bug: Fix handling of returnurl parameter in UserProfile component #3825

thabaum opened this issue Feb 17, 2024 · 0 comments · Fixed by #3826

Comments

@thabaum
Copy link
Contributor

thabaum commented Feb 17, 2024

Description

The UserProfile component was incorrectly handling the returnurl parameter, leading to duplication of the parameter in the URL. This commit addresses the issue by ensuring that the returnurl parameter is properly handled to prevent duplication.

Results in potentially very long strings in urls. Click on the user profile link button or the registration button multiple times and also login and navigate to it you will see the results clearly.

I will be submitting a PR concurrently that uses logic similar in the login UI control.

sbwalker added a commit that referenced this issue Feb 18, 2024
…urn-url-fix

Fix handling of returnurl parameter in UserProfile component - Fixes #3825
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 a pull request may close this issue.

1 participant