diff --git a/internal/kernal/boot.go b/internal/kernal/boot.go index 0ddb1b07..20ea8359 100644 --- a/internal/kernal/boot.go +++ b/internal/kernal/boot.go @@ -29,7 +29,6 @@ func Boot() { InitCryptoSecret, validation.Init, cache.Init, - RegisterAcmeUser, } syncs := []func(){ @@ -53,6 +52,7 @@ func InitAfterDatabase() { cluster.RegisterPredefinedNodes, analytic.RetrieveNodesStatus, passkey.Init, + RegisterAcmeUser, } for _, v := range syncs {