Send SSO guests to ladill.com/products/events instead of subdomain landings.
Deploy Ladill Events / deploy (push) Successful in 24s

Remove interactive OAuth fallback on silent SSO failure and add ladill.marketing_url config so app subdomains open the dashboard when signed in locally.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-12 22:22:12 +00:00
co-authored by Cursor
parent 77b3f3ccf4
commit 55ea2d506c
2 changed files with 7 additions and 4 deletions
+6
View File
@@ -0,0 +1,6 @@
<?php
return [
'product_slug' => 'events',
'marketing_url' => env('LADILL_MARKETING_URL', 'https://localhost/products/events'),
];