Sync-Space-49 / syncspace-mobile

1 stars 0 forks source link

Fix redirect after login for native apps #53

Open tylerminnis opened 10 months ago

tylerminnis commented 10 months ago

it's an auth0 redirect thing (DAMN YOU AUTH0)

tylerminnis commented 9 months ago

Dylan’s idea: make landing page and home page the same. If user is not logged in = show landing page. If logged in = show home page. As in { user ? <Home /> : <Landingpage />