remove twitter auth

This commit is contained in:
Berkeley Martinez
2015-08-04 01:28:21 -07:00
parent f01a66c5c7
commit efa73c93ee
2 changed files with 3 additions and 3 deletions

View File

@@ -268,7 +268,7 @@ block content
| Link GitHub with my account | Link GitHub with my account
if (!user.twitter) if (!user.twitter)
.col-xs-12 .col-xs-12
a.btn.btn-lg.btn-block.btn-twitter.btn-link-social(href='/auth/twitter') a.btn.btn-lg.btn-block.btn-twitter.btn-link-social.disabled(href='#')
i.fa.fa-twitter i.fa.fa-twitter
| Link Twitter with my account | Link Twitter with my account
if (!user.google) if (!user.google)

View File

@@ -2,10 +2,10 @@ extends ../layout
block content block content
.jumbotron.text-center .jumbotron.text-center
h2 Sign in with one of these options: h2 Sign in with one of these options:
a.btn.btn-lg.btn-block.btn-twitter.btn-social(href='/auth/github') a.btn.btn-lg.btn-block.btn-github.btn-social(href='/auth/github')
i.fa.fa-github i.fa.fa-github
| Sign in with Github | Sign in with Github
a.btn.btn-lg.btn-block.btn-twitter.btn-social(href='/auth/twitter') a.btn.btn-lg.btn-block.btn-twitter.btn-social.disabled(href='#')
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.disabled(href='#')