Skip to content

Commit

Permalink
fix authorization error message
Browse files Browse the repository at this point in the history
  • Loading branch information
agatav authored and sonologico committed Nov 11, 2022
1 parent 07f1e09 commit 33a27f8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/node/pusher.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/web/pusher-with-encryption.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/web/pusher.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/runtimes/isomorphic/auth/xhr_auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const ajax: AuthTransport = function(
suffix = UrlStore.buildLogSuffix('authenticationEndpoint');
break;
case AuthRequestType.ChannelAuthorization:
suffix = `Clients must be authenticated to join private or presence channels. ${UrlStore.buildLogSuffix(
suffix = `Clients must be authorized to join private or presence channels. ${UrlStore.buildLogSuffix(
'authorizationEndpoint'
)}`;
break;
Expand Down

0 comments on commit 33a27f8

Please sign in to comment.