mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
fix: register acme user panic
This commit is contained in:
parent
bf8b7bcc2d
commit
3d58c016c8
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue