aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/core
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/core')
-rw-r--r--client/src/app/core/auth/auth.service.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/core/auth/auth.service.ts b/client/src/app/core/auth/auth.service.ts
index ece6bc5d1..ca46866f5 100644
--- a/client/src/app/core/auth/auth.service.ts
+++ b/client/src/app/core/auth/auth.service.ts
@@ -97,7 +97,7 @@ export class AuthService {
97 let errorMessage = err.message 97 let errorMessage = err.message
98 98
99 if (err.status === HttpStatusCode.FORBIDDEN_403) { 99 if (err.status === HttpStatusCode.FORBIDDEN_403) {
100 errorMessage = $localize`Cannot retrieve OAuth Client credentials: ${err.text}. 100 errorMessage = $localize`Cannot retrieve OAuth Client credentials: ${err.message}.
101Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.` 101Ensure you have correctly configured PeerTube (config/ directory), in particular the "webserver" section.`
102 } 102 }
103 103