feat: disable oauth signup when DISABLE_SIGNUP is true

This commit is contained in:
Navindu Amarakoon
2023-12-09 11:35:45 +05:30
parent dbdef79263
commit 78a1ee2af0
4 changed files with 15 additions and 0 deletions

View File

@ -55,6 +55,8 @@ declare namespace NodeJS {
NEXT_PRIVATE_SMTP_FROM_NAME?: string;
NEXT_PRIVATE_SMTP_FROM_ADDRESS?: string;
NEXT_PUBLIC_DISABLE_SIGNUP?: string;
/**
* Vercel environment variables
*/