remove twitter auth
This commit is contained in:
@@ -268,7 +268,7 @@ block content
|
||||
| Link GitHub with my account
|
||||
if (!user.twitter)
|
||||
.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
|
||||
| Link Twitter with my account
|
||||
if (!user.google)
|
||||
|
@@ -2,10 +2,10 @@ extends ../layout
|
||||
block content
|
||||
.jumbotron.text-center
|
||||
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
|
||||
| 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
|
||||
| Sign in with Twitter
|
||||
a.btn.btn-lg.btn-block.btn-facebook.btn-social.disabled(href='#')
|
||||
|
Reference in New Issue
Block a user