refactor: lock session (#25366)

refafctor: lock session
This commit is contained in:
Jason Rasmussen
2026-01-19 11:47:58 -05:00
committed by GitHub
parent b123beae38
commit a8198f9934
3 changed files with 48 additions and 13 deletions
@@ -65,6 +65,8 @@ export type Events = {
// confirmed permanently deleted from server
UserAdminDeleted: [{ id: string }];
SessionLocked: [];
SystemConfigUpdate: [SystemConfigDto];
LibraryCreate: [LibraryResponseDto];