Closed alex-bukach closed 7 years ago
The user authentication callback is called multiple times in module.exports.authenticate() function in user.js file, and hence when a submission is saved, it is saved multiple times. See the code screenshot below, each usage is highlighted.
module.exports.authenticate()
user.js
@benjamin-dk fixed in #89.
The user authentication callback is called multiple times in
module.exports.authenticate()
function inuser.js
file, and hence when a submission is saved, it is saved multiple times. See the code screenshot below, each usage is highlighted.