fix(github-auth): Add the github auth path to deprecated login

This should let us allow users with github only auth login and update
their emails with us

Closes 
This commit is contained in:
Mrugesh Mohapatra
2017-11-29 11:45:06 +05:30
parent 69fa4b3098
commit b81a04879e

@@ -3,6 +3,9 @@ block content
.text-center .text-center
h2 Sign in with one of these options if you used them as your original login methods : h2 Sign in with one of these options if you used them as your original login methods :
br br
a.btn.btn-lg.btn-block.btn-social.btn-github(href='/auth/github')
i.fa.fa-github
| Sign in with GitHub
a.btn.btn-lg.btn-block.btn-social.btn-facebook(href='/auth/facebook') a.btn.btn-lg.btn-block.btn-social.btn-facebook(href='/auth/facebook')
i.fa.fa-facebook i.fa.fa-facebook
| Sign in with Facebook | Sign in with Facebook
@@ -16,6 +19,10 @@ block content
i.fa.fa-twitter i.fa.fa-twitter
| Sign in with Twitter | Sign in with Twitter
br br
h4 Note: We are unable to create new accounts using these methods now on.
h4 If you haven't updated your email with us, you should do that as soon as possible,
| after you login here, to avoid losing access to your account.
br
p p
a(href="/signin") Or click here to go back. a(href="/signin") Or click here to go back.