© 2026 Hedgehog Software, LLC
const getUrl = () => { if (router.query.source === 'invitation') { return `${backendGetCurrentBaseUrl()}/`; } return `${backendGetCurrentBaseUrl()}/launch`; };