add authentication back in
This commit is contained in:
@ -138,7 +138,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id":"cf1111c1c15feddfaeb4bdef",
|
"id":"cf1111c1c15feddfaeb4bdef",
|
||||||
"title":"Create Instances of JavaScript Objects from a Constructor Function",
|
"title":"Create Instances of Objects from a Constructor Function",
|
||||||
"difficulty":0,
|
"difficulty":0,
|
||||||
"description":[
|
"description":[
|
||||||
"Sometimes you'll want to be able to easily create similar objects.",
|
"Sometimes you'll want to be able to easily create similar objects.",
|
||||||
|
@ -8,13 +8,13 @@ block content
|
|||||||
a.btn.btn-lg.btn-block.btn-twitter.btn-social(href='/auth/twitter')
|
a.btn.btn-lg.btn-block.btn-twitter.btn-social(href='/auth/twitter')
|
||||||
i.fa.fa-twitter
|
i.fa.fa-twitter
|
||||||
| Sign in with 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
|
i.fa.fa-facebook
|
||||||
| Sign in with 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
|
i.fa.fa-google-plus
|
||||||
| Sign in with Google
|
| 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
|
i.fa.fa-linkedin
|
||||||
| Sign in with LinkedIn
|
| Sign in with LinkedIn
|
||||||
br
|
br
|
||||||
|
Reference in New Issue
Block a user