kostmo / circleci-failure-tracker

A log analyzer for CircleCI. Note that this project is now hosted at pytorch/dr-ci
https://github.com/pytorch/dr-ci
5 stars 2 forks source link

Redirect to original page after login #54

Closed kostmo closed 5 years ago

kostmo commented 5 years ago

This is a sub-task of #30:

Currently, when the user attempts to perform certain actions (e.g. database writes), the frontend will reject the attempt and automatically redirect to the GitHub login. However, after the login is complete, the user is dumped on the main index page instead of the page they were on before logging in. The "referrer" page should be remembered and the user should be brought back there.