Skip to content

Commit fbb8184

Browse files
committed
default to false for the moment
1 parent b89c322 commit fbb8184

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

dotcom-rendering/src/components/SignInGateSelector.importable.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -339,10 +339,11 @@ const decideShouldNotServeMandatory = (): boolean => {
339339

340340
// This may be extended in the future.
341341

342-
const params = new URLSearchParams(window.location.search);
343-
const value: string | null = params.get('utm_source');
342+
// const params = new URLSearchParams(window.location.search);
343+
// const value: string | null = params.get('utm_source');
344+
// return value === 'newsshowcase';
344345

345-
return value === 'newsshowcase';
346+
return false;
346347
};
347348

348349
const buildAuxiaGateDisplayData = async (

0 commit comments

Comments
 (0)