You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: