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 b89c322 commit fbb8184Copy full SHA for fbb8184
dotcom-rendering/src/components/SignInGateSelector.importable.tsx
@@ -339,10 +339,11 @@ const decideShouldNotServeMandatory = (): boolean => {
339
340
// This may be extended in the future.
341
342
- const params = new URLSearchParams(window.location.search);
343
- const value: string | null = params.get('utm_source');
+ // const params = new URLSearchParams(window.location.search);
+ // const value: string | null = params.get('utm_source');
344
+ // return value === 'newsshowcase';
345
- return value === 'newsshowcase';
346
+ return false;
347
};
348
349
const buildAuxiaGateDisplayData = async (
0 commit comments