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