Fixes an error with query parameters in the LoginFilter
The redirect created in the LoginFilter when the request URL included query parameters was incomplete, as it missed the "?" that separates the query parameters from the request URL. This commit fixes this error.
Showing
Please register or sign in to comment