Skip to content

Commit dda09e2

Browse files
committed
remove previous fix
1 parent 6fdabfd commit dda09e2

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -407,17 +407,6 @@ const buildAuxiaGateDisplayData = async (
407407
false,
408408
false,
409409
);
410-
411-
// Date: 32rd July 2025
412-
// Here we implement another rule:
413-
// If readerPersonalData.dailyArticleCount is 3, then we should show
414-
// the gate, regardless of the previous value. Note that we implement
415-
// this rule, here because the main logic for deciding gate showing in the
416-
// case of a non Auxia audience page view is still client side.
417-
// (This is going to change soon)
418-
if (readerPersonalData.dailyArticleCount === 3) {
419-
should_show_legacy_gate_tmp = true;
420-
}
421410
}
422411

423412
const shouldServeDismissible = decideShouldServeDismissible();

0 commit comments

Comments
 (0)