Add initial I need help button and slack webhook integration

This commit is contained in:
terakilobyte
2015-05-23 02:26:29 -04:00
parent 732f2104fd
commit b626c811d0
8 changed files with 104 additions and 54 deletions

View File

@@ -79,7 +79,8 @@ exports.signout = function(req, res) {
* Signup page.
*/
exports.getEmailSignin = function(req, res) {
exports.getEmailSignin = function(req, res) //noinspection Eslint
{
if (req.user) {
return res.redirect('/');
}