-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
If you are logged out and you attempt to go to https://tracker.hackthehill.com/walk-in, you will be redirected to the homepage after a second using a useEffect hook. Example: ..\track-the-hack\src\pages\hackers\index.tsx
This is bad coding practice as the user should simply be not authorized to view this page, similarly to how logged in hackers cannot use the sign in form. This should be handled server side instead of on the client.
Instead of having these client side redirect, try to implement server side redirects in the example shown above and anywhere else seen in the tracker.
For more information:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels


