Fix Frontdesk branding on SSO error pages and document SSO secret handling.
Deploy Ladill Frontdesk / deploy (push) Successful in 34s

Use signed_out config for auth error views instead of hardcoded Ladill CRM assets left from the CRM template.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-06-27 20:55:49 +00:00
co-authored by Cursor
parent fcca58ccba
commit eb1178ef87
4 changed files with 14 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
@php
$signedOut = (array) config('signed_out');
$logo = (string) ($signedOut['logo'] ?? 'images/logo/ladillcrm-logo.svg');
$logo = (string) ($signedOut['logo'] ?? 'images/logo/ladillfrontdesk-logo.svg');
$logoPath = public_path($logo);
@endphp
<!DOCTYPE html>