mirror of
https://github.com/documenso/documenso.git
synced 2026-07-12 05:55:12 +10:00
792158c2cb
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;
|