aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core/auth/auth.service.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-03-29 11:22:27 +0200
committerChocobozzz <me@florianbigard.com>2018-03-29 11:39:53 +0200
commit09becad8e85cc4007ff862b26fa4195f3d0e7c8d (patch)
tree4abea8adbff0487a57bce1397f99bfc02949d65a /client/src/app/core/auth/auth.service.ts
parent09e10ac0c99c66049a9ba07da59067baadf5112e (diff)
downloadPeerTube-09becad8e85cc4007ff862b26fa4195f3d0e7c8d.tar.gz
PeerTube-09becad8e85cc4007ff862b26fa4195f3d0e7c8d.tar.zst
PeerTube-09becad8e85cc4007ff862b26fa4195f3d0e7c8d.zip
Add reverse proxy test in travis
Diffstat (limited to 'client/src/app/core/auth/auth.service.ts')
-rw-r--r--client/src/app/core/auth/auth.service.ts3
1 files changed, 2 insertions, 1 deletions
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 {
70 70
71 if (error.status === 403) { 71 if (error.status === 403) {
72 errorMessage = `Cannot retrieve OAuth Client credentials: ${error.text}. \n` 72 errorMessage = `Cannot retrieve OAuth Client credentials: ${error.text}. \n`
73 errorMessage += 'Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.' 73 errorMessage += 'Ensure you have correctly configured PeerTube (config/ directory), ' +
74 'in particular the "webserver" section.'
74 } 75 }
75 76
76 // We put a bigger timeout 77 // We put a bigger timeout