Merge branch 'develop' into refactor/discoverable_user_field
[akkoma] / lib / pleroma / bbs / authenticator.ex
index 815de70020e6cf519fe9c08b06c8557a3e74d68f..83ebb756d12ac0a276fde521aa24bdb5da81ffa1 100644 (file)
@@ -4,8 +4,8 @@
 
 defmodule Pleroma.BBS.Authenticator do
   use Sshd.PasswordAuthenticator
-  alias Pleroma.Plugs.AuthenticationPlug
   alias Pleroma.User
+  alias Pleroma.Web.Plugs.AuthenticationPlug
 
   def authenticate(username, password) do
     username = to_string(username)