Fix guest entry: correct marketing URL and stop auto silent SSO.
Deploy Ladill Merchant / deploy (push) Successful in 1m12s

Correct localhost marketing_url default and stop redirecting guests through
/sso/connect on visit; SSO starts only via explicit sign-in.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-18 13:08:47 +00:00
co-authored by Cursor
parent f057b3285f
commit 9aad952eb0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,5 +2,5 @@
return [
'product_slug' => 'merchant',
'marketing_url' => env('LADILL_MARKETING_URL', 'https://localhost/products/merchant'),
'marketing_url' => env('LADILL_MARKETING_URL', 'https://ladill.com/products/merchant'),
];