fully implemented email authentication
This commit is contained in:
Vendored
+5
-1
@@ -6,12 +6,16 @@ declare global {
|
||||
NEXTAUTH_URL: string;
|
||||
PAGINATION_TAKE_COUNT: string;
|
||||
STORAGE_FOLDER?: string;
|
||||
IS_CLOUD_INSTANCE?: true;
|
||||
|
||||
SPACES_KEY?: string;
|
||||
SPACES_SECRET?: string;
|
||||
SPACES_ENDPOINT?: string;
|
||||
BUCKET_NAME?: string;
|
||||
SPACES_REGION?: string;
|
||||
|
||||
NEXT_PUBLIC_EMAIL_PROVIDER?: true;
|
||||
EMAIL_FROM?: string;
|
||||
EMAIL_SERVER?: string;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user