refactor(core): Clean up event relays (no-changelog) (#10284)
This commit is contained in:
@@ -4,7 +4,7 @@ import { Container } from 'typedi';
|
||||
import { isLdapLoginEnabled } from '@/Ldap/helpers.ee';
|
||||
import { UserRepository } from '@db/repositories/user.repository';
|
||||
import { AuthError } from '@/errors/response-errors/auth.error';
|
||||
import { EventService } from '@/eventbus/event.service';
|
||||
import { EventService } from '@/events/event.service';
|
||||
|
||||
export const handleEmailLogin = async (
|
||||
email: string,
|
||||
|
||||
@@ -12,7 +12,7 @@ import {
|
||||
updateLdapUserOnLocalDb,
|
||||
} from '@/Ldap/helpers.ee';
|
||||
import type { User } from '@db/entities/User';
|
||||
import { EventService } from '@/eventbus/event.service';
|
||||
import { EventService } from '@/events/event.service';
|
||||
|
||||
export const handleLdapLogin = async (
|
||||
loginId: string,
|
||||
|
||||
Reference in New Issue
Block a user