Skip to content
Snippets Groups Projects
Commit ee625f0b authored by Andrea Callia D'Iddio's avatar Andrea Callia D'Iddio
Browse files

Fix typo

parent d71afc2f
No related branches found
No related tags found
1 merge request!12support impersonating other users.
Pipeline #329340 passed
......@@ -24,7 +24,7 @@ login_manager.login_message = LOGIN_MANAGER_MESSAGE
def get_ldap_handler(env):
if env == "deeev":
if env == "dev":
return DummyLdapAuthenticator()
return DocLdapAuthenticator()
......
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