summaryrefslogtreecommitdiff
path: root/app/views/devise/sessions/new.html.haml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-10-18 21:06:37 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2019-10-18 21:06:37 +0000
commit4682f5015a5a2d7eedb66b3c90aee931d3789d0b (patch)
tree6240a8a5cf3584a893c6c3351141446e7856dc12 /app/views/devise/sessions/new.html.haml
parent6d59e989185a7d2645792b713d1b5d95d46651fd (diff)
downloadgitlab-ce-4682f5015a5a2d7eedb66b3c90aee931d3789d0b.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/devise/sessions/new.html.haml')
-rw-r--r--app/views/devise/sessions/new.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/devise/sessions/new.html.haml b/app/views/devise/sessions/new.html.haml
index 17e5da501f5..8f6c3ecbe58 100644
--- a/app/views/devise/sessions/new.html.haml
+++ b/app/views/devise/sessions/new.html.haml
@@ -4,7 +4,7 @@
- if form_based_providers.any?
= render 'devise/shared/tabs_ldap'
- else
- - unless use_experimental_separate_sign_up_flow?
+ - unless experiment_enabled?(:signup_flow)
= render 'devise/shared/tabs_normal'
.tab-content
- if password_authentication_enabled_for_web? || ldap_enabled? || crowd_enabled?