Comment tweaks

This commit is contained in:
2021-03-06 14:52:18 +11:00
parent dccf55c973
commit e3e5af4af0
3 changed files with 4 additions and 2 deletions
+1
View File
@@ -21,6 +21,7 @@ const defaultAdminAccount = async () => {
hash: await bcrypt.hash('password', await bcrypt.genSalt(11))
});
//TODO: (1) Replace this default admin account password with UUID
console.log(`Created default admin account (email: admin@${process.env.WEB_ADDRESS}; password: password)`);
}
};