Send SSO guests to ladill.com/products/qrplus instead of subdomain landings.
Deploy Ladill QR Plus / deploy (push) Successful in 28s

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:28 +00:00
co-authored by Cursor
parent 94f00e16f7
commit c4e2c75324
2 changed files with 7 additions and 4 deletions
+6
View File
@@ -0,0 +1,6 @@
<?php
return [
'product_slug' => 'qrplus',
'marketing_url' => env('LADILL_MARKETING_URL', 'https://localhost/products/qrplus'),
];