Newer
Older
exports.sendVerificationEmail = function(email, hash) {
console.log("fakely sending a verification email for " + email);
};
exports.sendVerificationEmail = function(email, hash) {
console.log("fakely sending a verification email for " + email);
};