import handlers
This commit is contained in:
@@ -4,7 +4,8 @@ import { handlers as currentHandlers } from './current.handlers.js';
|
||||
import { handlers as setUserGroupsHandlers } from './set-user-groups.handlers.js';
|
||||
import { handlers as enableHandlers } from './enable.handlers.js';
|
||||
import { handlers as disableHandlers } from './disable.handlers.js';
|
||||
import { handlers as changePasswordHandler } from './change-password.handlers.js';
|
||||
import { handlers as changePasswordHandlers } from './change-password.handlers.js';
|
||||
import { handlers as unlockHandlers } from './unlock.handlers.js';
|
||||
|
||||
export const handlers = [
|
||||
...itemHandlers,
|
||||
@@ -12,6 +13,7 @@ export const handlers = [
|
||||
...enableHandlers,
|
||||
...disableHandlers,
|
||||
...setUserGroupsHandlers,
|
||||
...changePasswordHandler,
|
||||
...changePasswordHandlers,
|
||||
...unlockHandlers,
|
||||
...detailHandlers,
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user