Download Game
{
switching = true;
const tenant = e.detail.tenant || e.detail;
console.log('Switching to tenant:', tenant, 'URL:', $data.domains[tenant]);
window.location.href = $data.domains[tenant] || '/';
}">
{
switching = true;
const tenant = e.detail.tenant || e.detail;
console.log('Switching to tenant:', tenant, 'URL:', $data.domains[tenant]);
window.location.href = $data.domains[tenant] || '/';
}">