Reseed demo tenants after each SSO login.
Deploy Ladill Events / deploy (push) Successful in 2m18s

Demo Free/Pro/Enterprise accounts wipe and reload sample data on
authorization-code SSO callbacks so every sales walkthrough starts clean.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-17 11:19:04 +00:00
co-authored by Cursor
parent 66e6e117de
commit da5fc51262
5 changed files with 190 additions and 0 deletions
+4
View File
@@ -81,4 +81,8 @@ AFIA_API_KEY=
LINK_PUBLIC_DOMAIN=ladl.link
# Suite demo accounts (sales walkthroughs) — reset Events data on each SSO login
DEMO_ACCOUNTS_ENABLED=false
DEMO_RESET_ON_LOGIN=true
VITE_APP_NAME="${APP_NAME}"