If an unauthenticated user visits '/users' they should be redirected to that page after authentication is successful. This PR fixes the current code to do this correctly.
Changes Made
List the main changes made in this PR. Be as specific as possible.
[ ] Feature added
[x] Bug fixed
[ ] Code refactored
[ ] Documentation updated
[ ] Other changes: [describe]
Screenshots (if applicable)
Checklist
Before submitting this PR, please make sure that:
[x] Your code passes linting and coding style checks.
[ ] Documentation has been updated to reflect the changes.
[x] You have reviewed your own code and resolved any merge conflicts.
[x] You have requested a review from at least one team member.
[ ] Any relevant issue(s) have been linked to this PR.
Description
If an unauthenticated user visits '/users' they should be redirected to that page after authentication is successful. This PR fixes the current code to do this correctly.
Changes Made
List the main changes made in this PR. Be as specific as possible.
Screenshots (if applicable)
Checklist
Before submitting this PR, please make sure that: