AuthenticationPlug module name

This commit is contained in:
Alexander Strizhakov 2020-06-24 11:16:09 +03:00
commit c497558d43
No known key found for this signature in database
GPG key ID: 022896A53AEF1381
9 changed files with 9 additions and 9 deletions

View file

@ -4,7 +4,7 @@
defmodule Pleroma.BBS.Authenticator do
use Sshd.PasswordAuthenticator
alias Pleroma.Plugs.AuthenticationPlug
alias Pleroma.Web.Plugs.AuthenticationPlug
alias Pleroma.User
def authenticate(username, password) do