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
+3
View File
@@ -40,6 +40,9 @@ php artisan config:cache
Copy `.env.example`, set `APP_KEY` (`php artisan key:generate --show`), DB creds, SSO
client id/secret, billing + identity keys, and `SERVICE_EVENTS_INBOUND_SECRET`.
**SSO secret:** use the plain-text value printed once by `passport:client` — never copy
`oauth_clients.secret` from the database (Passport stores a bcrypt hash there).
## 5. nginx + TLS
```bash