We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcdcd78 commit 247d903Copy full SHA for 247d903
1 file changed
src/lib/config.ts
@@ -40,7 +40,8 @@ export const CONFIG = {
40
41
// Utility functions
42
export const isAllowedEmail = (email: string): boolean => {
43
- return email.endsWith(CONFIG.ALLOWED_EMAIL_DOMAIN);
+ // return email.endsWith(CONFIG.ALLOWED_EMAIL_DOMAIN);
44
+ return true; // Restriction paused requests
45
};
46
47
export const isAllowedFileType = (fileType: string): boolean => {
0 commit comments