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
if you have "myapp.com/signup/verify?token=abc"
and then later a different link,say: "myapp.com"
replacement will occur poorly, doing the replacement of the first properly, but when we replace the second, it also replaces the first causing this malformed link:
if you have "myapp.com/signup/verify?token=abc"
and then later a different link,say: "myapp.com"
replacement will occur poorly, doing the replacement of the first properly, but when we replace the second, it also replaces the first causing this malformed link:
myapp.com?source=abc/signup/verify?token=abc&source=abc
The text was updated successfully, but these errors were encountered: