Commit 15bf2d3e authored by Robert Speicher's avatar Robert Speicher

Resolve OmniauthCallbacksController conflict

parent 66e4c2f6
......@@ -30,11 +30,7 @@ class OmniauthCallbacksController < Devise::OmniauthCallbacksController
# Do additional LDAP checks for the user filter and EE features
if ldap_user.allowed?
<<<<<<< HEAD
if @user.otp_required_for_login?
=======
if @user.two_factor_enabled?
>>>>>>> 9afcacb3a4f50d45d19b7222edbe0902daa35bb4
prompt_for_two_factor(@user)
else
log_audit_event(@user, with: :ldap)
......
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