Commit 98448ca6 authored by Mike Greiling's avatar Mike Greiling

fix conflicts in app/finders/users_finder.rb

parent 0be0cc3b
......@@ -33,10 +33,7 @@ class UsersFinder
users = by_external_identity(users)
users = by_external(users)
users = by_created_at(users)
<<<<<<< HEAD
users = by_non_ldap(users)
=======
>>>>>>> master-ce
users
end
......
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