summaryrefslogtreecommitdiff
path: root/lib/pleroma/bbs/authenticator.ex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pleroma/bbs/authenticator.ex')
-rw-r--r--lib/pleroma/bbs/authenticator.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/bbs/authenticator.ex b/lib/pleroma/bbs/authenticator.ex
index 815de7002..83ebb756d 100644
--- a/lib/pleroma/bbs/authenticator.ex
+++ b/lib/pleroma/bbs/authenticator.ex
@@ -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)