codeforbtv / baby-equipment-exchange

MIT License
0 stars 8 forks source link

Login page behavior when a user is signed-in #6

Closed NathanWEdwards closed 10 months ago

NathanWEdwards commented 1 year ago

Currently, when an authenticated user navigates to the login page, the user is prompted for credentials to sign-in.

baby_equipment_exchange_login_page_visit_as_an_authenticated_user

maplegilbs commented 1 year ago

@NathanWEdwards this should be handled in PR #11 - by way of redirecting an authenticated user back to the home page should they navigate to /login. I'll leave this issue open until that request is merged.

NathanWEdwards commented 10 months ago

Pull request 11 introduces changes to navigate users to the home page.