Scope Meet team members and add mailbox invite picker.
Deploy Ladill Meet / deploy (push) Successful in 58s

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-14 21:59:45 +00:00
co-authored by Cursor
parent fdda86b325
commit e8aa6664c9
7 changed files with 238 additions and 16 deletions
@@ -288,7 +288,10 @@ class SsoLoginController extends Controller
}
try {
return $identity->postAuthRedirect($user->ownerRef(), $intended);
$access = $identity->appAccess($user->ownerRef(), $intended);
\App\Support\StaffUx::remember($access);
return $access['url'] !== '' ? $access['url'] : $intended;
} catch (\Throwable) {
return $intended;
}