diff options
author | Ognjen Cirkovic <ciraboxkg@gmail.com> | 2022-04-30 19:45:20 +0200 |
---|---|---|
committer | Ognjen Cirkovic <ciraboxkg@gmail.com> | 2022-04-30 19:45:20 +0200 |
commit | 0e5aaf6d3976b9a46b48f554d004f3b90ca8b813 (patch) | |
tree | 6941cf77cd3754f1e76a86554f630ef129d462c8 /frontend/src/app/app.component.ts | |
parent | 03177959b3e50b6f4e80045a7e545938f56e84fa (diff) |
Omoguceno na frontu da se guestu refresha token.
Diffstat (limited to 'frontend/src/app/app.component.ts')
-rw-r--r-- | frontend/src/app/app.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/app/app.component.ts b/frontend/src/app/app.component.ts index e301b46f..dfe4febc 100644 --- a/frontend/src/app/app.component.ts +++ b/frontend/src/app/app.component.ts @@ -43,7 +43,7 @@ export class AppComponent implements OnInit, AfterViewInit { if(!this.authService.alreadyGuest()) this.authService.addGuestToken(); } - this.signalRService.startConnection(); + //this.signalRService.startConnection(); //this.startHttpRequest(); } } |