Skip to content

Commit 50abf45

Browse files
committed
Move TOTP vault to the top
1 parent e2ce36e commit 50abf45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/plausible/application.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ defmodule Plausible.Application do
1616
children =
1717
[
1818
Plausible.PromEx,
19+
{Plausible.Auth.TOTP.Vault, key: totp_vault_key()},
1920
Plausible.Cache.Stats,
2021
Plausible.Repo,
2122
Plausible.ClickhouseRepo,
@@ -99,7 +100,6 @@ defmodule Plausible.Application do
99100
Supervisor.child_spec(Plausible.Event.WriteBuffer, id: Plausible.Event.WriteBuffer),
100101
Supervisor.child_spec(Plausible.Session.WriteBuffer, id: Plausible.Session.WriteBuffer),
101102
ReferrerBlocklist,
102-
{Plausible.Auth.TOTP.Vault, key: totp_vault_key()},
103103
{Plausible.RateLimit, clean_period: :timer.minutes(10)},
104104
{Finch, name: Plausible.Finch, pools: finch_pool_config()},
105105
{Phoenix.PubSub, name: Plausible.PubSub},

0 commit comments

Comments
 (0)