Skip to content

Commit 247d903

Browse files
committed
Pause @cep.ac.in email domain restriction
1 parent fcdcd78 commit 247d903

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/lib/config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ export const CONFIG = {
4040

4141
// Utility functions
4242
export const isAllowedEmail = (email: string): boolean => {
43-
return email.endsWith(CONFIG.ALLOWED_EMAIL_DOMAIN);
43+
// return email.endsWith(CONFIG.ALLOWED_EMAIL_DOMAIN);
44+
return true; // Restriction paused requests
4445
};
4546

4647
export const isAllowedFileType = (fileType: string): boolean => {

0 commit comments

Comments
 (0)