We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8ac793 commit c0c77afCopy full SHA for c0c77af
src/plans.js
@@ -7,7 +7,7 @@ function freeProSubscription(login) {
7
}
8
9
function invoicedProSubscription(login) {
10
- const organizations = ['pace-int', 'honestbank', 'MacPaw', 'stoplightio', 'try-keep', 'trustpair', 'ccycloud'];
+ const organizations = ['pace-int', 'honestbank', 'MacPaw', 'stoplightio', 'try-keep', 'trustpair', 'ccycloud', 'bestpass'];
11
const match = organizations.find((o) => o.toLowerCase() === String(login).toLowerCase());
12
return match !== undefined;
13
0 commit comments