When Registration OK, go to Login and show message to verify email.

This commit is contained in:
Paolo Arena
2019-01-01 03:22:01 +01:00
parent 7a217c3ca9
commit d0de816ceb
10 changed files with 56 additions and 140 deletions

View File

@@ -12,7 +12,7 @@ switch (process.env.NODE_ENV) {
path = `.env`
}
console.log("PATH", path)
// console.log("PATH", path)
const parsedEnv = DotEnv.config({ path }).parsed;
module.exports = function () {