mirror of
https://github.com/immich-app/immich.git
synced 2025-12-19 01:11:07 +03:00
refactor: app init event (#17937)
This commit is contained in:
@@ -51,6 +51,7 @@ class EventManager<EventMap extends Record<string, unknown[]>> {
|
||||
}
|
||||
|
||||
export const eventManager = new EventManager<{
|
||||
'app.init': [];
|
||||
'user.login': [];
|
||||
'auth.login': [LoginResponseDto];
|
||||
'auth.logout': [];
|
||||
|
||||
Reference in New Issue
Block a user