Skip to content

Commit

Permalink
Fix missing param for cloud token (#13350)
Browse files Browse the repository at this point in the history
  • Loading branch information
geekgonecrazy authored and sampaiodiego committed Feb 5, 2019
1 parent 47a7463 commit 57f359e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rocketchat-cloud/client/admin/cloud.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Template.cloud.onCreated(function() {
const params = queryString.parse(location.search);

if (params.token) {
instance.connectWorkspace();
instance.connectWorkspace(params.token);
} else {
instance.loadRegStatus();
}
Expand Down

0 comments on commit 57f359e

Please sign in to comment.