diff options
author | Chocobozzz <me@florianbigard.com> | 2018-03-29 11:22:27 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-03-29 11:39:53 +0200 |
commit | 09becad8e85cc4007ff862b26fa4195f3d0e7c8d (patch) | |
tree | 4abea8adbff0487a57bce1397f99bfc02949d65a /client/src/app | |
parent | 09e10ac0c99c66049a9ba07da59067baadf5112e (diff) | |
download | PeerTube-09becad8e85cc4007ff862b26fa4195f3d0e7c8d.tar.gz PeerTube-09becad8e85cc4007ff862b26fa4195f3d0e7c8d.tar.zst PeerTube-09becad8e85cc4007ff862b26fa4195f3d0e7c8d.zip |
Add reverse proxy test in travis
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/core/auth/auth.service.ts | 3 |
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 |