mirror of
https://github.com/documenso/documenso.git
synced 2025-11-11 04:52:41 +10:00
Add two factor authentication for users who wish to enhance the security of their accounts.
2 lines
81 B
TypeScript
2 lines
81 B
TypeScript
export const DOCUMENSO_ENCRYPTION_KEY = process.env.NEXT_PRIVATE_ENCRYPTION_KEY;
|