Send SSO guests to ladill.com/products/mini instead of subdomain landings.
Deploy Ladill Mini / deploy (push) Successful in 39s

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:21:52 +00:00
co-authored by Cursor
parent b952020890
commit df07b9731d
6 changed files with 10 additions and 181 deletions
+6
View File
@@ -0,0 +1,6 @@
<?php
return [
'product_slug' => 'mini',
'marketing_url' => env('LADILL_MARKETING_URL', 'https://localhost/products/mini'),
];