From c47d6d1989de813245a7a87ad40b652d43fdf7c9 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 11 Dec 2025 12:19:57 -0600 Subject: [PATCH] Remove redundant disclaimer text --- .../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 233bb25ac3..32f6b0044a 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() @@ -323,30 +322,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. - - )}