X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=shared%2Fserver-commands%2Fusers%2Findex.ts;h=1afc02dc1854d9354918d67bfba5e816610ef90f;hb=56f47830758ff8e92abcfcc5f35d474ab12fe215;hp=460a06f7026c3909cdd9df8b2fe6b87c08b7ffe2;hpb=bf54587a3e2ad9c2c186828f2a5682b91ee2cc00;p=github%2FChocobozzz%2FPeerTube.git diff --git a/shared/server-commands/users/index.ts b/shared/server-commands/users/index.ts index 460a06f70..1afc02dc1 100644 --- a/shared/server-commands/users/index.ts +++ b/shared/server-commands/users/index.ts @@ -1,9 +1,9 @@ export * from './accounts-command' -export * from './actors' +export * from './accounts' export * from './blocklist-command' export * from './login' export * from './login-command' -export * from './notifications' export * from './notifications-command' export * from './subscriptions-command' +export * from './two-factor-command' export * from './users-command'