diff options
author | Ivan Tashkinov <ivant.business@gmail.com> | 2019-04-01 09:45:44 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivant.business@gmail.com> | 2019-04-01 09:45:44 +0300 |
commit | 804173fc924ec591558b8ed7671e35b506be9345 (patch) | |
tree | 0203d00c9533c750b2544e91e9086d2e6cc5bd09 /lib | |
parent | eadafc88b898879eb50545b700ea13c8596e908b (diff) | |
download | pleroma-804173fc924ec591558b8ed7671e35b506be9345.tar.gz |
[#923] Minor code readability fix.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/web/auth/authenticator.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/auth/authenticator.ex b/lib/pleroma/web/auth/authenticator.ex index bb87b323c..4eeef5034 100644 --- a/lib/pleroma/web/auth/authenticator.ex +++ b/lib/pleroma/web/auth/authenticator.ex @@ -3,8 +3,8 @@ # SPDX-License-Identifier: AGPL-3.0-only defmodule Pleroma.Web.Auth.Authenticator do - alias Pleroma.User alias Pleroma.Registration + alias Pleroma.User def implementation do Pleroma.Config.get( |