Merge remote-tracking branch 'upstream/develop' into registration-workflow
[akkoma] / lib / pleroma / bbs / authenticator.ex
index f837a103a2c2711225f006f5030c4e682859c2a9..83ebb756d12ac0a276fde521aa24bdb5da81ffa1 100644 (file)
@@ -4,8 +4,8 @@
 
 defmodule Pleroma.BBS.Authenticator do
   use Sshd.PasswordAuthenticator
-  alias Pleroma.Web.Plugs.AuthenticationPlug
   alias Pleroma.User
+  alias Pleroma.Web.Plugs.AuthenticationPlug
 
   def authenticate(username, password) do
     username = to_string(username)