Files
documenso/packages/lib/constants/crypto.ts
Nafees Nazik 8d0e815b0f feat: add two factor auth (#643)
Add two factor authentication for users who wish to enhance the security of their accounts.
2023-12-01 11:22:16 +11:00

2 lines
81 B
TypeScript

export const DOCUMENSO_ENCRYPTION_KEY = process.env.NEXT_PRIVATE_ENCRYPTION_KEY;