From 09becad8e85cc4007ff862b26fa4195f3d0e7c8d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 29 Mar 2018 11:22:27 +0200 Subject: Add reverse proxy test in travis --- client/src/app/core/auth/auth.service.ts | 3 ++- 1 file changed, 2 insertions(+), 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 d31c61496..69ae3e5e1 100644 --- a/client/src/app/core/auth/auth.service.ts +++ b/client/src/app/core/auth/auth.service.ts @@ -70,7 +70,8 @@ export class AuthService { if (error.status === 403) { errorMessage = `Cannot retrieve OAuth Client credentials: ${error.text}. \n` - errorMessage += 'Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.' + errorMessage += 'Ensure you have correctly configured PeerTube (config/ directory), ' + + 'in particular the "webserver" section.' } // We put a bigger timeout -- cgit v1.2.3