From 134006b0d4528c07f0022c6e75257bf9fedbfebb Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 6 Aug 2021 16:41:08 +0200 Subject: Update client dependencies --- client/src/app/core/auth/auth.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/core/auth/auth.service.ts') diff --git a/client/src/app/core/auth/auth.service.ts b/client/src/app/core/auth/auth.service.ts index 60bd72c60..ef5a3808e 100644 --- a/client/src/app/core/auth/auth.service.ts +++ b/client/src/app/core/auth/auth.service.ts @@ -206,7 +206,7 @@ Ensure you have correctly configured PeerTube (config/ directory), in particular this.refreshingTokenObservable = this.http.post(AuthService.BASE_TOKEN_URL, body, { headers }) .pipe( map(res => this.handleRefreshToken(res)), - tap(() => this.refreshingTokenObservable = null), + tap(() => { this.refreshingTokenObservable = null }), catchError(err => { this.refreshingTokenObservable = null -- cgit v1.2.3