0 ? saas_identity_for_user_tenant($pdo, $pendingUserId, $tenantId) : null; if ($identity === null) { $errors[] = 'Dieser Mandant ist fuer dein Konto nicht verfuegbar.'; } else { saas_session_login($identity); header('Location: konto.php'); exit; } } include 'header.php'; include 'headerline.php'; include 'nav.php'; ?>