fixes and minor changes for email stuff

This commit is contained in:
Puyodead1
2025-09-05 18:03:59 -04:00
parent 5fafb6d156
commit b8b9b038cf
2 changed files with 16 additions and 14 deletions
+1 -1
View File
@@ -151,7 +151,7 @@ export class SpacebarServer extends Server {
res.sendFile(path.join(PUBLIC_ASSETS_FOLDER, "index.html")),
);
app.get("/verify", (req, res) =>
app.get("/verify-email", (req, res) =>
res.sendFile(path.join(PUBLIC_ASSETS_FOLDER, "verify.html")),
);