Closed igraziatto closed 4 years ago
When you don’t have JSConnect set as the default sign in method, it loses the Target. You click on Sign In, you go to our Sign In page and then when you mouse over the JSConnect Sign In button you see already the target is set to “/”.
The problem is in the method that creates the button:
It looks for target
in the GET and if it doesn't find it, it looks for target
in the GET again. It should look for Target
the second time (or the first).
Closes https://github.com/vanilla/support/issues/1933
Steps to test:
redirect={target}
to "Sign in URL". This param should send the user back to the page they were after connecting.