Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redirect to the page you came from after logging in #499

Merged
merged 1 commit into from
Jan 28, 2024

Conversation

32th-System
Copy link
Collaborator

turns out this is already a feature of the login page, we just needed to make use of it

Also made sure to not redirect to /users/logout

Fixes #489

Copy link
Owner

@n-rook n-rook left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

Looks like something is busted w/ the linter, I'll look into that

turns out this is already a feature of the login page, we just needed to
make use of it

Also made sure to not redirect to /users/logout
@32th-System 32th-System merged commit 2718efe into main Jan 28, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

After logging in, it'd be nice to take the user to the page they were on
2 participants