From 8d7533867604c4dc649fa93a28bf7aa450f1321d Mon Sep 17 00:00:00 2001 From: Kostas Drakontidis Date: Mon, 19 May 2025 12:12:33 +0300 Subject: [PATCH] Fixed port bug --- app/routes/public_routes.js | 3 ++- app/views/auth.ejs | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/routes/public_routes.js b/app/routes/public_routes.js index 4bd8cbc..2c4e015 100644 --- a/app/routes/public_routes.js +++ b/app/routes/public_routes.js @@ -15,7 +15,8 @@ router.get("/", (req, res) => { page_title: app_conf.name, css_path: path.join(app_conf.paths.css.web, "stylesheet.css"), protocol: app_conf.protocol, - host: app_conf.host + host: app_conf.host, + port: app_conf.port }); }); diff --git a/app/views/auth.ejs b/app/views/auth.ejs index b5455be..a7b2fe1 100644 --- a/app/views/auth.ejs +++ b/app/views/auth.ejs @@ -25,7 +25,7 @@ style="display: flex; flex-direction: column; justify-content: space-between; font-size: 150%; margin-top: 15px; margin-bottom: 15px;">
- Enter + Enter