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

@ -2,7 +2,7 @@
# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only
defmodule Pleroma.Plugs.AuthenticationPlug do
defmodule Pleroma.Web.Plugs.AuthenticationPlug do
alias Pleroma.User
import Plug.Conn