@@ -48,6 +48,7 @@ module.exports = {
const res = request.payload
try {
+ // TODO: Currently passwords are stored in plain text, big no no...
const insertedResponse = await profileService.insertSingleResponseForProfile(res)
if (!insertedResponse) {