fix: register acme user panic

This commit is contained in:
Jacky 2024-10-19 10:30:34 +08:00
parent bf8b7bcc2d
commit 3d58c016c8
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D

View file

@ -29,7 +29,6 @@ func Boot() {
InitCryptoSecret, InitCryptoSecret,
validation.Init, validation.Init,
cache.Init, cache.Init,
RegisterAcmeUser,
} }
syncs := []func(){ syncs := []func(){
@ -53,6 +52,7 @@ func InitAfterDatabase() {
cluster.RegisterPredefinedNodes, cluster.RegisterPredefinedNodes,
analytic.RetrieveNodesStatus, analytic.RetrieveNodesStatus,
passkey.Init, passkey.Init,
RegisterAcmeUser,
} }
for _, v := range syncs { for _, v := range syncs {