alias alphabetically order
[akkoma] / lib / pleroma / web / auth / totp_authenticator.ex
index 1794e407c4c6a583f70c3dad8db633e6014a7eab..edc9871ea459bae05eb65882e7b28c4a4648bbc0 100644 (file)
@@ -5,8 +5,8 @@
 defmodule Pleroma.Web.Auth.TOTPAuthenticator do
   alias Pleroma.MFA
   alias Pleroma.MFA.TOTP
-  alias Pleroma.Plugs.AuthenticationPlug
   alias Pleroma.User
+  alias Pleroma.Web.Plugs.AuthenticationPlug
 
   @doc "Verify code or check backup code."
   @spec verify(String.t(), User.t()) ::