aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/server-commands/users/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/server-commands/users/index.ts')
-rw-r--r--shared/server-commands/users/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/server-commands/users/index.ts b/shared/server-commands/users/index.ts
index 1afc02dc1..404756539 100644
--- a/shared/server-commands/users/index.ts
+++ b/shared/server-commands/users/index.ts
@@ -4,6 +4,7 @@ export * from './blocklist-command'
4export * from './login' 4export * from './login'
5export * from './login-command' 5export * from './login-command'
6export * from './notifications-command' 6export * from './notifications-command'
7export * from './registrations-command'
7export * from './subscriptions-command' 8export * from './subscriptions-command'
8export * from './two-factor-command' 9export * from './two-factor-command'
9export * from './users-command' 10export * from './users-command'