From 0394c6d764b707f780c05ed72b4eb982afced022 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Wed, 22 Apr 2015 04:40:25 -0700 Subject: [PATCH] re-enable oauth providers --- views/account/signin.jade | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/views/account/signin.jade b/views/account/signin.jade index cc7bf6eb7a..c19384964b 100644 --- a/views/account/signin.jade +++ b/views/account/signin.jade @@ -2,18 +2,15 @@ extends ../layout block content .jumbotron.text-center h2 Sign in with one of these options: - //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-facebook.btn-social(href='/auth/facebook') - // i.fa.fa-facebook - // | Sign in with Facebook - //a.btn.btn-lg.btn-block.btn-github.btn-social(href='/auth/github') - // i.fa.fa-github - // | Sign in with GitHub - //a.btn.btn-lg.btn-block.btn-linkedin.btn-social(href='/auth/linkedin') - // i.fa.fa-linkedin - // | Sign in with LinkedIn + 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-facebook.btn-social(href='/auth/facebook') + i.fa.fa-facebook + | Sign in with Facebook + a.btn.btn-lg.btn-block.btn-linkedin.btn-social(href='/auth/linkedin') + i.fa.fa-linkedin + | Sign in with LinkedIn a.btn.btn-lg.btn-block.btn-twitter.btn-social(href='/auth/twitter') i.fa.fa-twitter | Sign in with Twitter