From bcd9f81eff05ffd930c5d8175fb907d4d371432a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 25 Oct 2017 17:31:11 +0200 Subject: Add channels to upload form --- client/src/app/app.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/app.component.ts') diff --git a/client/src/app/app.component.ts b/client/src/app/app.component.ts index 7d890e72a..984470d69 100644 --- a/client/src/app/app.component.ts +++ b/client/src/app/app.component.ts @@ -37,7 +37,7 @@ export class AppComponent implements OnInit { if (this.authService.isLoggedIn()) { // The service will automatically redirect to the login page if the token is not valid anymore - this.userService.checkTokenValidity() + this.authService.refreshUserInformation() } // Load custom data from server -- cgit v1.2.3