Explorar el Código

fix: register acme user panic

Jacky hace 6 meses
padre
commit
3d58c016c8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      internal/kernal/boot.go

+ 1 - 1
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 {