application-research / estuary-www

https://estuary.tech
https://estuary.tech
Other
36 stars 31 forks source link

Fixed estuary invite links on localhost #71

Closed kelindi closed 2 years ago

kelindi commented 2 years ago

Added logic to generate invite links differently if the project is running on localhost.

Local host invite links now use this format: http://${window.location.host}/sign-up?invite=${data.code}

image