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,
validation.Init,
cache.Init,
RegisterAcmeUser,
}
syncs := []func(){
@ -53,6 +52,7 @@ func InitAfterDatabase() {
cluster.RegisterPredefinedNodes,
analytic.RetrieveNodesStatus,
passkey.Init,
RegisterAcmeUser,
}
for _, v := range syncs {