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/app/login/index.ts | |
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/app/login/index.ts')
-rw-r--r-- | client/app/login/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/app/login/index.ts b/client/app/login/index.ts new file mode 100644 index 000000000..69c16441f --- /dev/null +++ b/client/app/login/index.ts | |||
@@ -0,0 +1 @@ | |||
export * from './login.component'; | |||