Commit 169e66a95b3441552c7b9aa6c075bc7a1c962a2e

Authored by Sergio Oliveira
1 parent a6ab2678

Gitlab is not ready for login intercepts

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
colab/proxy/gitlab/views.py
@@ -7,4 +7,3 @@ from ..utils.views import ColabProxyView @@ -7,4 +7,3 @@ from ..utils.views import ColabProxyView
7 class GitlabProxyView(ColabProxyView): 7 class GitlabProxyView(ColabProxyView):
8 app_label = 'gitlab' 8 app_label = 'gitlab'
9 diazo_theme_template = 'proxy/gitlab.html' 9 diazo_theme_template = 'proxy/gitlab.html'
10 - login_url = '/gitlab/users/sign_in'