This commit is contained in:
bkellam 2025-09-20 18:15:02 -07:00
parent e1b6239e2c
commit 1d6b22e3d8
2 changed files with 2 additions and 2 deletions

View file

@ -78,7 +78,7 @@ connectionManager.startScheduler();
repoManager.startScheduler();
if (env.EXPERIMENT_EE_PERMISSION_SYNC_ENABLED === 'true' && !hasEntitlement('permission-syncing')) {
logger.error('Permission syncing is not supported in current plan. Please contact support@sourcebot.dev for assistance.');
logger.error('Permission syncing is not supported in current plan. Please contact team@sourcebot.dev for assistance.');
process.exit(1);
}
else if (env.EXPERIMENT_EE_PERMISSION_SYNC_ENABLED === 'true' && hasEntitlement('permission-syncing')) {

View file

@ -78,7 +78,7 @@ export default async function LicensePage(props: LicensePageProps) {
</div>
<Button asChild>
<a href={`mailto:support@sourcebot.dev?subject=License Support - ${licenseKey.id}&body=License ID: ${licenseKey.id}`}>
<a href={`mailto:team@sourcebot.dev?subject=License Support - ${licenseKey.id}&body=License ID: ${licenseKey.id}`}>
<Mail className="h-4 w-4 mr-2" />
Contact Support
</a>