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