Fix guest join flow redirecting to Care marketing page.
Deploy Ladill Meet / deploy (push) Successful in 52s

Guests were sent through silent SSO after entering the meeting room because
/room routes required auth; failed SSO fell back to leftover Care config.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-01 12:05:41 +00:00
co-authored by Cursor
parent 08c4974a31
commit ba77acdb9d
7 changed files with 95 additions and 46 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
<?php
return [
'product_slug' => 'care',
'marketing_url' => env('LADILL_MARKETING_URL', 'https://ladill.com/products/care'),
'product_slug' => 'meet',
'marketing_url' => env('LADILL_MARKETING_URL', 'https://ladill.com'),
];