ProjectLibertyLabs / social-app-template

Social Application Template that uses Gateway Services
Apache License 2.0
1 stars 4 forks source link

navigate to explore on login #105

Closed claireolmstead closed 4 months ago

claireolmstead commented 4 months ago

Purpose

The goal of this PR is make sure that on login we're always redirected to the explore page ('/').

Closes #82

Solution

On call of login() navigate to '/'

Change summary

Steps to Verify

  1. on login, you always land on the home page.