Merge pull request 'Allow for embedding object data in publish' (#16) from undo-emoji...
[akkoma] / lib / pleroma / bbs / authenticator.ex
index 815de70020e6cf519fe9c08b06c8557a3e74d68f..241fcb53c245b47c91299c96cd42d5c45517c0bb 100644 (file)
@@ -1,11 +1,11 @@
 # Pleroma: A lightweight social networking server
-# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
+# Copyright © 2017-2021 Pleroma Authors <https://pleroma.social/>
 # SPDX-License-Identifier: AGPL-3.0-only
 
 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)