replit / desktop

Replit Desktop App
116 stars 7 forks source link

Update default URL to home page instead of authpage #109

Closed sergeichestakov closed 1 year ago

sergeichestakov commented 1 year ago

Why

Both redirect to the appropriate place in the case where you're authed or not but the home page is the common case (since you're usually logged in not logged out)

What changed

Update default URL to home page instead of auth page

Test plan

Home page is opened if logged in, auth page still opens when you're unauthed (our server handles both cases)