Skip to content

Commit 7d55e24

Browse files
authored
Merge pull request #1425 from guardian/ph-20250916-1219-definitions
[auxia] use NONDISMISSIBLE_SIGN_IN_GATE for guMandatoryUserTreatment
2 parents dacaa00 + 9a9321b commit 7d55e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/signin-gate/libPure.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export const guMandatoryUserTreatment = (): UserTreatment => {
121121
rank: '1',
122122
contentLanguageCode: 'en-GB',
123123
treatmentContent: treatmentContentEncoded,
124-
treatmentType: 'DISMISSABLE_SIGN_IN_GATE',
124+
treatmentType: 'NONDISMISSIBLE_SIGN_IN_GATE',
125125
surface: 'ARTICLE_PAGE',
126126
};
127127
};

0 commit comments

Comments
 (0)