diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-08-23 15:49:16 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-08-23 15:49:16 +0200 |
commit | 9e8aa10d94e4642ec1d20a522c41b06e9df7758b (patch) | |
tree | 6c9b7bb4a211e000d3ccad95c6eed6ff827dd373 /client/tsconfig.json | |
parent | b5d6b94c1e192cc7b6ace0e73fc8edee2dc510ef (diff) | |
download | PeerTube-9e8aa10d94e4642ec1d20a522c41b06e9df7758b.tar.gz PeerTube-9e8aa10d94e4642ec1d20a522c41b06e9df7758b.tar.zst PeerTube-9e8aa10d94e4642ec1d20a522c41b06e9df7758b.zip |
Client: change url validation for friend add
Diffstat (limited to 'client/tsconfig.json')
-rw-r--r-- | client/tsconfig.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/tsconfig.json b/client/tsconfig.json index 87a06b0c6..53e6fd571 100644 --- a/client/tsconfig.json +++ b/client/tsconfig.json | |||
@@ -65,6 +65,8 @@ | |||
65 | "src/app/shared/auth/auth-user.model.ts", | 65 | "src/app/shared/auth/auth-user.model.ts", |
66 | "src/app/shared/auth/auth.service.ts", | 66 | "src/app/shared/auth/auth.service.ts", |
67 | "src/app/shared/auth/index.ts", | 67 | "src/app/shared/auth/index.ts", |
68 | "src/app/shared/form-validators/index.ts", | ||
69 | "src/app/shared/form-validators/url.validator.ts", | ||
68 | "src/app/shared/index.ts", | 70 | "src/app/shared/index.ts", |
69 | "src/app/shared/search/index.ts", | 71 | "src/app/shared/search/index.ts", |
70 | "src/app/shared/search/search-field.type.ts", | 72 | "src/app/shared/search/search-field.type.ts", |