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. - - )}