Skip to content
Snippets Groups Projects
Commit a5319be0 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Remove unused code.

parent e8789c55
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -50,7 +50,7 @@ class GitLabAuthenticator < ::Auth::Authenticator
{
client_options:
{
site: ENV['GITLAB_SITE_URL'],
site: ENV['GITLAB_SITE_URL']
}
}
end
Loading
Loading
@@ -63,17 +63,12 @@ auth_provider title: 'with GitLab',
frame_height: 800,
authenticator: GitLabAuthenticator.new
 
# We ship with zocial, it may have an icon you like http://zocial.smcllns.com/sample.html
# In our current case we don't have an icon for GitLab
# Discourse ships with zocial http://zocial.smcllns.com/sample.html
# In our case we don't have an icon for GitLab.
register_css <<CSS
 
.btn-social.gitlab {
background: #554488;
}
 
.btn-social.gitlab:before {
content: "G";
}
CSS
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment