remove twitter auth
This commit is contained in:
@@ -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)
|
||||||
|
@@ -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='#')
|
||||||
|
Reference in New Issue
Block a user