alias alphabetically order
[akkoma] / lib / pleroma / web / auth / pleroma_authenticator.ex
index c611b3e0916dd83485bb65c3a04cd789d5532c6c..d6d2a8d060e1fe3d33c41521f00c1c769e365fbd 100644 (file)
@@ -3,10 +3,10 @@
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Pleroma.Web.Auth.PleromaAuthenticator do
-  alias Pleroma.Plugs.AuthenticationPlug
   alias Pleroma.Registration
   alias Pleroma.Repo
   alias Pleroma.User
+  alias Pleroma.Web.Plugs.AuthenticationPlug
 
   import Pleroma.Web.Auth.Authenticator,
     only: [fetch_credentials: 1, fetch_user: 1]