mirror of
https://github.com/portainer/portainer.git
synced 2025-07-22 06:49:40 +02:00
fix(restore/swarm): init primary endpoint after admin user is created (#8854)
This commit is contained in:
parent
1963d064a3
commit
19eceaf37f
7 changed files with 222 additions and 152 deletions
|
@ -37,6 +37,7 @@ type Handler struct {
|
|||
DataStore dataservices.DataStore
|
||||
CryptoService portainer.CryptoService
|
||||
passwordStrengthChecker security.PasswordStrengthChecker
|
||||
AdminCreationDone chan<- struct{}
|
||||
}
|
||||
|
||||
// NewHandler creates a handler to manage user operations.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue