Commit 1fd5cb76 authored by Michal Čihař's avatar Michal Čihař

Nice test and icon for Goole OAuth

Issue #683
Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent d0061831
...@@ -27,6 +27,7 @@ register = template.Library() ...@@ -27,6 +27,7 @@ register = template.Library()
SOCIALS = { SOCIALS = {
'google': {'name': 'Google', 'fa_icon': 'google'}, 'google': {'name': 'Google', 'fa_icon': 'google'},
'google-oauth2': {'name': 'Google', 'fa_icon': 'google'},
'github': {'name': 'GitHub', 'fa_icon': 'github'}, 'github': {'name': 'GitHub', 'fa_icon': 'github'},
'bitbucket': {'name': 'Bitbucket', 'fa_icon': 'bitbucket'}, 'bitbucket': {'name': 'Bitbucket', 'fa_icon': 'bitbucket'},
'email': {'name': 'Email', 'fa_icon': 'at'}, 'email': {'name': 'Email', 'fa_icon': 'at'},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment