Closed stripedpajamas closed 5 years ago
@stripedpajamas , which HOC component you suggest me to add the redirection logic to?
This belongs in a route guard
Since account features have been removed, let's close this issue out. @joelwass and I will be revisiting the account architecture and once we have that nailed down we can create issues for implementation.
currently you can directly access
/account
(not sure what other pages assume a logged in state). it should instead redirect to either the home page or the login page. this might be able to be baked into the existing HOC.