mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
fix(core): Flush instance stopped event immediately (#10238)
This commit is contained in:
@@ -51,7 +51,7 @@ export const handleLdapLogin = async (
|
||||
await updateLdapUserOnLocalDb(identity, ldapAttributesValues);
|
||||
} else {
|
||||
const user = await createLdapUserOnLocalDb(ldapAttributesValues, ldapId);
|
||||
void Container.get(InternalHooks).onUserSignup(user, {
|
||||
Container.get(InternalHooks).onUserSignup(user, {
|
||||
user_type: 'ldap',
|
||||
was_disabled_ldap_user: false,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user