X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fcore%2Fauth%2Findex.ts;h=bc7bfec0eed3c5b1f07fa982836f2c3e414844fb;hb=1e1265b36c09df1465aa2b4866815c957b6a532e;hp=8e5caa7ed23d00a8127b7ed886e6561cc8766463;hpb=df98563e2104b82b119c00a3cd83cd0dc1242d25;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/core/auth/index.ts b/client/src/app/core/auth/index.ts index 8e5caa7ed..bc7bfec0e 100644 --- a/client/src/app/core/auth/index.ts +++ b/client/src/app/core/auth/index.ts @@ -1,3 +1,4 @@ export * from './auth-status.model' export * from './auth-user.model' export * from './auth.service' +export * from '../routing/login-guard.service'