aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/form-validators/index.ts
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-08-23 15:49:16 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-08-23 15:49:16 +0200
commit9e8aa10d94e4642ec1d20a522c41b06e9df7758b (patch)
tree6c9b7bb4a211e000d3ccad95c6eed6ff827dd373 /client/src/app/shared/form-validators/index.ts
parentb5d6b94c1e192cc7b6ace0e73fc8edee2dc510ef (diff)
downloadPeerTube-9e8aa10d94e4642ec1d20a522c41b06e9df7758b.tar.gz
PeerTube-9e8aa10d94e4642ec1d20a522c41b06e9df7758b.tar.zst
PeerTube-9e8aa10d94e4642ec1d20a522c41b06e9df7758b.zip
Client: change url validation for friend add
Diffstat (limited to 'client/src/app/shared/form-validators/index.ts')
-rw-r--r--client/src/app/shared/form-validators/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/shared/form-validators/index.ts b/client/src/app/shared/form-validators/index.ts
new file mode 100644
index 000000000..f9e9a6191
--- /dev/null
+++ b/client/src/app/shared/form-validators/index.ts
@@ -0,0 +1 @@
export * from './url.validator';