From e1b41bb666cd9f1bc5aa2a40c7421d504e6de256 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 11 Dec 2025 13:14:53 -0600 Subject: [PATCH] Remove redundant disclaimer text (#9541) (cherry picked from commit a3fc0821484e3850999567233e93d41cad46a34d) --- .../ageAssurance/AgeAssuranceInitDialog.tsx | 27 +------------------ 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/src/components/ageAssurance/AgeAssuranceInitDialog.tsx b/src/components/ageAssurance/AgeAssuranceInitDialog.tsx index bce3bdc0f8..ca6f695913 100644 --- a/src/components/ageAssurance/AgeAssuranceInitDialog.tsx +++ b/src/components/ageAssurance/AgeAssuranceInitDialog.tsx @@ -16,7 +16,7 @@ import {isEmailMaybeInvalid} from '#/lib/strings/email' import {type AppLanguage} from '#/locale/languages' import {useLanguagePrefs} from '#/state/preferences' import {useSession} from '#/state/session' -import {atoms as a, useTheme, web} from '#/alf' +import {atoms as a, web} from '#/alf' import {Admonition} from '#/components/Admonition' import {AgeAssuranceBadge} from '#/components/ageAssurance/AgeAssuranceBadge' import {urls} from '#/components/ageAssurance/const' @@ -63,7 +63,6 @@ export function AgeAssuranceInitDialog({ } function Inner() { - const t = useTheme() const {_} = useLingui() const {currentAccount} = useSession() const langPrefs = useLanguagePrefs() @@ -322,30 +321,6 @@ function Inner() { /> - - - - By continuing, you agree to the{' '} - - KWS Terms of Use - {' '} - and acknowledge that KWS will store your verified status with - your hashed email address in accordance with the{' '} - - KWS Privacy Policy - - . This means you won’t need to verify again the next time you - use this email for other apps, games, and services powered by - KWS technology. - - )}