You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update institute domain to kgpian.iitkgp.ac.in in src/controllers/user.ts:
const { email, password } = parseResult.data;
if (!email.endsWith("@iitkgp.ac.in")) {
return res.status(400).json({
message: "Email must end with @iitkgp.ac.in",
Update institute domain to
kgpian.iitkgp.ac.ininsrc/controllers/user.ts: