Fix guest entry: correct marketing URL and stop auto silent SSO.
Deploy Ladill Events / deploy (push) Successful in 29s
Deploy Ladill Events / deploy (push) Successful in 29s
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:
+1
-1
@@ -2,5 +2,5 @@
|
||||
|
||||
return [
|
||||
'product_slug' => 'events',
|
||||
'marketing_url' => env('LADILL_MARKETING_URL', 'https://localhost/products/events'),
|
||||
'marketing_url' => env('LADILL_MARKETING_URL', 'https://ladill.com/products/events'),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user