From e5dc46846ce9fb1c990d291ef852c0cad3f74957 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 9 Jun 2014 11:26:04 -0400 Subject: editing profile --- server/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/index.js') diff --git a/server/index.js b/server/index.js index 34d5989..3f9aad0 100644 --- a/server/index.js +++ b/server/index.js @@ -62,7 +62,7 @@ app.all('*', middleware.ensureLocals); app.get('/', views.home); app.get('/login', views.modal); app.get('/signup', views.modal); -app.post('/auth/signin', auth.loggedIn('local')); +app.post('/auth/signin', auth.loggedInLocal); app.post('/auth/signup', auth.signup); app.get('/logout', auth.logout); app.get('/auth/twitter', auth.login('twitter')); -- cgit v1.2.3-70-g09d2