Closed jjhampton closed 6 years ago
@kylemh I went ahead and took a crack at this, it looks like React Router supports some of what we want to do with little extra work added. Just passing along the pathname of the referring page (the page we were attempting to reach) to the Login component when we first redirect to it, then after logging in is complete, we can redirect back to that pathname.
If you want to hold off on this until New React App is out, that's fine too.
Issue Resolved
Fixes #997