// #12: empty state for a signed-in user who belongs to zero workspaces. Happens // on deployments with AUTO_CREATE_ORG_ON_SIGNUP=false, where a self-service // signup is created org-less and an admin/operator assigns them to a workspace // afterward. Without this, such a user would be bounced into onboarding (whose // device-pairing step needs a workspace) - a broken flow. Here they get a clear // "ask your admin" message instead. import { t } from '../i18n.js'; export function render(container) { container.innerHTML = `
${t('noworkspace.body')}