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;">