Commit 45c9d1e7 authored by Luc Didry's avatar Luc Didry

Fix no "Register" tab if ldap auth is enabled (#24038)

This commit is dedicated to GuilhemB, thanks for supporting me on Tipeee
:-)
parent 87cc458a
......@@ -8,3 +8,6 @@
- if signin_enabled?
%li
= link_to 'Standard', '#ldap-standard', 'data-toggle' => 'tab'
- if signin_enabled? && signup_enabled?
%li
= link_to 'Register', '#register-pane', 'data-toggle' => 'tab'
---
title: Fix no "Register" tab if ldap auth is enabled (#24038)
merge_request: 7274
author: Luc Didry
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