diff --git a/core/server/public/members.js b/core/server/public/members.js index 218f8b620f..3b3e3bdbd5 100644 --- a/core/server/public/members.js +++ b/core/server/public/members.js @@ -57,7 +57,7 @@ Array.prototype.forEach.call(document.querySelectorAll('[data-members-plan]'), f credentials: 'same-origin' }).then(function (res) { if (!res.ok) { - throw new Error('Could not get identity token'); + return null; } return res.text(); }).then(function (identity) {