1
0
Fork 0

Client: add some explanations if we cannot retrieve client oauth

credentials
This commit is contained in:
Chocobozzz 2016-10-01 12:19:48 +02:00
parent 13e2ab2566
commit d86099204c

View file

@ -41,7 +41,10 @@ export class AuthService {
console.log('Client credentials loaded.');
},
error => {
alert(error);
alert(
`Cannot retrieve OAuth Client credentials: ${error.text}. \n` +
'Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.'
);
}
);