web / lib/constants/account-constants
lib/constants/account-constants
Account lifecycle constants.
Client-safe constants for account management features (deletion, etc.). This file is imported by client components — do NOT import server-only modules (node:fs, getAppConfig, etc.) here.
The server-side deletion job reads the configurable value from
getAppConfig().account.deletionGracePeriodDays directly.
Variables
DELETION_GRACE_PERIOD_DAYS
constDELETION_GRACE_PERIOD_DAYS:30=30
Grace period in days before account is permanently deleted (display default).
Last updated on