diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-06-01 20:36:27 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-06-01 20:36:27 +0200 |
commit | a840d396093ef968f9512862197ac166a1ff9921 (patch) | |
tree | f7e4c93ee3ae8a44bd14fd1f7c74234eef7469ef /client/tsconfig.json | |
parent | 575fdcece562b914149f89f5a5b96ab206648f09 (diff) | |
download | PeerTube-a840d396093ef968f9512862197ac166a1ff9921.tar.gz PeerTube-a840d396093ef968f9512862197ac166a1ff9921.tar.zst PeerTube-a840d396093ef968f9512862197ac166a1ff9921.zip |
Add authentication tokens to make friends/quit friends
Diffstat (limited to 'client/tsconfig.json')
-rw-r--r-- | client/tsconfig.json | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/client/tsconfig.json b/client/tsconfig.json index 24583f6c3..a8b8269a4 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json | |||
@@ -23,18 +23,18 @@ | |||
23 | "app/app.component.ts", | 23 | "app/app.component.ts", |
24 | "app/friends/friend.service.ts", | 24 | "app/friends/friend.service.ts", |
25 | "app/friends/index.ts", | 25 | "app/friends/index.ts", |
26 | "app/login/index.ts", | ||
27 | "app/login/login.component.ts", | ||
26 | "app/shared/index.ts", | 28 | "app/shared/index.ts", |
27 | "app/shared/search-field.type.ts", | 29 | "app/shared/search/index.ts", |
28 | "app/shared/search.component.ts", | 30 | "app/shared/search/search-field.type.ts", |
29 | "app/shared/search.model.ts", | 31 | "app/shared/search/search.component.ts", |
30 | "app/users/index.ts", | 32 | "app/shared/search/search.model.ts", |
31 | "app/users/login/index.ts", | 33 | "app/shared/users/auth-status.model.ts", |
32 | "app/users/login/login.component.ts", | 34 | "app/shared/users/auth.service.ts", |
33 | "app/users/shared/auth-status.model.ts", | 35 | "app/shared/users/index.ts", |
34 | "app/users/shared/auth.service.ts", | 36 | "app/shared/users/token.model.ts", |
35 | "app/users/shared/index.ts", | 37 | "app/shared/users/user.model.ts", |
36 | "app/users/shared/token.model.ts", | ||
37 | "app/users/shared/user.model.ts", | ||
38 | "app/videos/index.ts", | 38 | "app/videos/index.ts", |
39 | "app/videos/shared/index.ts", | 39 | "app/videos/shared/index.ts", |
40 | "app/videos/shared/loader/index.ts", | 40 | "app/videos/shared/loader/index.ts", |