From d66d0bc9da291e3634aa3dc2d811ed0dbed70967 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Fri, 12 Mar 2021 11:27:45 +1100 Subject: [PATCH] Fixed config error --- configure-script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure-script.js b/configure-script.js index 4fb5e08..6ad9a4c 100644 --- a/configure-script.js +++ b/configure-script.js @@ -91,7 +91,7 @@ See https://github.com/krgamestudios/MERN-template/wiki for help. const defaultPass = tmpPass; if (defaultUser) { - console.log(`Default user email will be: ${$defaultUser}@${authWebAddress}`); + console.log(`Default user email will be: ${defaultUser}@${authWebAddress}`); } //traefic configuration