Skip to content

Commit 0e208b6

Browse files
committed
decommission
user_has_consented_to_personal_data_use
1 parent b2f3e90 commit 0e208b6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

dotcom-rendering/src/components/SignInGate/types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ export interface AuxiaGateReaderPersonalData {
157157
browserId: string | undefined;
158158
daily_article_count: number;
159159
is_supporter: boolean;
160-
user_has_consented_to_personal_data_use: boolean;
161160
}
162161

163162
export interface AuxiaGateDisplayData {

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,6 @@ const decideAuxiaProxyReaderPersonalData =
485485
browserId: hasConsent ? browserId : undefined,
486486
daily_article_count,
487487
is_supporter,
488-
user_has_consented_to_personal_data_use: hasConsent,
489488
};
490489
return Promise.resolve(data);
491490
};

0 commit comments

Comments
 (0)