Open millerh1 opened 2 years ago
Currently, if a user who is not logged in attempts to access a protected resources (e.g., /profile), they receive an error page. Instead, they should simply be redirected to the home/login page (/).
/profile
/
Currently, if a user who is not logged in attempts to access a protected resources (e.g.,
/profile
), they receive an error page. Instead, they should simply be redirected to the home/login page (/
).