Skip to Content
⚠️Active Development Notice: TimeTiles is under active development. Information may be placeholder content or not up-to-date.
ReferenceAPI ReferenceLibraryConstantsAccount Constants

web


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

const DELETION_GRACE_PERIOD_DAYS: 30 = 30

Grace period in days before account is permanently deleted (display default).

Last updated on