mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-13 20:54:39 +00:00
[#923] Minor code readability fix.
This commit is contained in:
parent
eadafc88b8
commit
804173fc92
1 changed files with 1 additions and 1 deletions
|
@ -3,8 +3,8 @@
|
||||||
# SPDX-License-Identifier: AGPL-3.0-only
|
# SPDX-License-Identifier: AGPL-3.0-only
|
||||||
|
|
||||||
defmodule Pleroma.Web.Auth.Authenticator do
|
defmodule Pleroma.Web.Auth.Authenticator do
|
||||||
alias Pleroma.User
|
|
||||||
alias Pleroma.Registration
|
alias Pleroma.Registration
|
||||||
|
alias Pleroma.User
|
||||||
|
|
||||||
def implementation do
|
def implementation do
|
||||||
Pleroma.Config.get(
|
Pleroma.Config.get(
|
||||||
|
|
Loading…
Reference in a new issue