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 2119981 commit 1f67b6fCopy full SHA for 1f67b6f
dotcom-rendering/src/components/SignInGateSelector.importable.tsx
@@ -486,7 +486,7 @@ const decideDailyArticleCount = (): number => {
486
const decideAuxiaProxyReaderPersonalData =
487
async (): Promise<AuxiaGateReaderPersonalData> => {
488
const browserId =
489
- getCookie({ name: 'bwid', shouldMemoize: true }) ?? '';
+ getCookie({ name: 'bwid', shouldMemoize: true }) ?? undefined;
490
const dailyArticleCount = decideDailyArticleCount();
491
const hasConsent = await hasCmpConsentForBrowserId();
492
const isSupporter = decideIsSupporter();
0 commit comments