remove all endpoints marked as deprecated (#91)
[akkoma] / lib / pleroma / web / auth / ldap_authenticator.ex
index 17e08a2a6dfed05967ef758109594a664ed3036f..f77e8d20342648c012926639435b1e1b793dab8b 100644 (file)
@@ -7,8 +7,7 @@ defmodule Pleroma.Web.Auth.LDAPAuthenticator do
 
   require Logger
 
-  import Pleroma.Web.Auth.Authenticator,
-    only: [fetch_credentials: 1, fetch_user: 1]
+  import Pleroma.Web.Auth.Helpers, only: [fetch_credentials: 1, fetch_user: 1]
 
   @behaviour Pleroma.Web.Auth.Authenticator
   @base Pleroma.Web.Auth.PleromaAuthenticator