From edb58f6890d5088c12b250ccf1c46eb4f0b82b61 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Sun, 16 Aug 2015 05:47:13 -0700 Subject: [PATCH] add authentication back in --- .../object-oriented-and-functional-programming.json | 2 +- server/views/account/signin.jade | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/seed/challenges/object-oriented-and-functional-programming.json b/seed/challenges/object-oriented-and-functional-programming.json index 1edab66cd2..d298fbed11 100644 --- a/seed/challenges/object-oriented-and-functional-programming.json +++ b/seed/challenges/object-oriented-and-functional-programming.json @@ -138,7 +138,7 @@ }, { "id":"cf1111c1c15feddfaeb4bdef", - "title":"Create Instances of JavaScript Objects from a Constructor Function", + "title":"Create Instances of Objects from a Constructor Function", "difficulty":0, "description":[ "Sometimes you'll want to be able to easily create similar objects.", diff --git a/server/views/account/signin.jade b/server/views/account/signin.jade index 67047098a5..1064224f04 100644 --- a/server/views/account/signin.jade +++ b/server/views/account/signin.jade @@ -8,13 +8,13 @@ block content a.btn.btn-lg.btn-block.btn-twitter.btn-social(href='/auth/twitter') i.fa.fa-twitter | Sign in with Twitter - a.btn.btn-lg.btn-block.btn-facebook.btn-social.disabled(href='#') + a.btn.btn-lg.btn-block.btn-facebook.btn-social(href='/auth/facebook') i.fa.fa-facebook | Sign in with Facebook - a.btn.btn-lg.btn-block.btn-google-plus.btn-social.disabled(href='#') + a.btn.btn-lg.btn-block.btn-google-plus.btn-social(href='/auth/google') i.fa.fa-google-plus | Sign in with Google - a.btn.btn-lg.btn-block.btn-linkedin.btn-social.disabled(href='#') + a.btn.btn-lg.btn-block.btn-linkedin.btn-social(href='/auth/linkedin') i.fa.fa-linkedin | Sign in with LinkedIn br