diff --git a/apxtri/routes/notifications.js b/apxtri/routes/notifications.js index 8965d73..a6c58a1 100644 --- a/apxtri/routes/notifications.js +++ b/apxtri/routes/notifications.js @@ -274,7 +274,7 @@ router.get("/checkemail/:email/:digit6", checkHeaders, async (req, res) => { const tmpFile = path.join(tmpDir, email); if (digit6 === "0") { - const code = email.includes("smatchit.io") ? "7890" : Math.floor(100000 + Math.random() * 900000).toString(); + const code = email.includes("smatchit.io") ? "789000" : Math.floor(100000 + Math.random() * 900000).toString(); fs.ensureDirSync(tmpDir); fs.writeFileSync(tmpFile, code);