City-of-Bloomington / url_shortener

Short URL web service
GNU Affero General Public License v3.0
2 stars 1 forks source link

Login redirection should remember url originally requested #20

Closed inghamn closed 6 months ago

inghamn commented 7 months ago

If you attempt to visit bton at a particular sub-url, rather than the root, the application does not remember what url you were trying to access. Instead, after login, it redirects you back to the homepage.

The application should remember where in the site you were attempting to visit and send you there after successful login.