added github oauth sign in

This commit is contained in:
Torkel Ödegaard
2014-09-22 11:39:18 +02:00
parent 071ac0dc85
commit d584076b93
+4 -1
View File
@@ -43,9 +43,12 @@
</div>
<div class="login-oauth text-center">
<a class="btn btn-primary" href="/login/google" target="_self">
<a class="btn btn-primary" href="/oauth2/google" target="_self">
Sign in with Google
</a>
<a class="btn btn-primary" href="/oauth2/github" target="_self">
Sign in with Github
</a>
</div>
</form>