diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-07-20 16:40:28 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-07-20 16:40:28 +0200 |
commit | 0f3a78e7eafa000864f5d9348565d33aedc707e1 (patch) | |
tree | 55d280fc86124efeaec840d7cf4640fbbda4ed4c /client/src/app/app.component.ts | |
parent | bd5c83a8cb46eb6da2b25df3b1f6a2a5795d1869 (diff) | |
download | PeerTube-0f3a78e7eafa000864f5d9348565d33aedc707e1.tar.gz PeerTube-0f3a78e7eafa000864f5d9348565d33aedc707e1.tar.zst PeerTube-0f3a78e7eafa000864f5d9348565d33aedc707e1.zip |
Client: Auth services cleanup
Diffstat (limited to 'client/src/app/app.component.ts')
-rw-r--r-- | client/src/app/app.component.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/app/app.component.ts b/client/src/app/app.component.ts index f53896bcf..b7a3d7c58 100644 --- a/client/src/app/app.component.ts +++ b/client/src/app/app.component.ts | |||
@@ -47,7 +47,6 @@ export class AppComponent { | |||
47 | 47 | ||
48 | logout() { | 48 | logout() { |
49 | this.authService.logout(); | 49 | this.authService.logout(); |
50 | this.authService.setStatus(AuthStatus.LoggedOut); | ||
51 | } | 50 | } |
52 | 51 | ||
53 | makeFriends() { | 52 | makeFriends() { |