feat(core): Allow admin creation (#7837)
https://linear.app/n8n/issue/PAY-1038
This commit is contained in:
@@ -281,6 +281,7 @@ export class Server extends AbstractServer {
|
||||
activeWorkflowRunner,
|
||||
Container.get(RoleService),
|
||||
userService,
|
||||
Container.get(License),
|
||||
),
|
||||
Container.get(SamlController),
|
||||
Container.get(SourceControlController),
|
||||
@@ -296,6 +297,7 @@ export class Server extends AbstractServer {
|
||||
internalHooks,
|
||||
externalHooks,
|
||||
Container.get(UserService),
|
||||
Container.get(License),
|
||||
postHog,
|
||||
),
|
||||
Container.get(VariablesController),
|
||||
|
||||
Reference in New Issue
Block a user