···16import {type AppLanguage} from '#/locale/languages'
17import {useLanguagePrefs} from '#/state/preferences'
18import {useSession} from '#/state/session'
19-import {atoms as a, useTheme, web} from '#/alf'
20import {Admonition} from '#/components/Admonition'
21import {AgeAssuranceBadge} from '#/components/ageAssurance/AgeAssuranceBadge'
22import {urls} from '#/components/ageAssurance/const'
···63}
6465function Inner() {
66- const t = useTheme()
67 const {_} = useLingui()
68 const {currentAccount} = useSession()
69 const langPrefs = useLanguagePrefs()
···323 />
324 </Button>
325 </View>
326-327- <Text
328- style={[a.text_xs, a.leading_snug, t.atoms.text_contrast_medium]}>
329- <Trans>
330- By continuing, you agree to the{' '}
331- <SimpleInlineLinkText
332- label={_(msg`KWS Terms of Use`)}
333- to={urls.kwsTermsOfUse}
334- style={[a.text_xs, a.leading_snug]}>
335- KWS Terms of Use
336- </SimpleInlineLinkText>{' '}
337- and acknowledge that KWS will store your verified status with
338- your hashed email address in accordance with the{' '}
339- <SimpleInlineLinkText
340- label={_(msg`KWS Privacy Policy`)}
341- to={urls.kwsPrivacyPolicy}
342- style={[a.text_xs, a.leading_snug]}>
343- KWS Privacy Policy
344- </SimpleInlineLinkText>
345- . This means you won’t need to verify again the next time you
346- use this email for other apps, games, and services powered by
347- KWS technology.
348- </Trans>
349- </Text>
350 </>
351 )}
352 </View>
···16import {type AppLanguage} from '#/locale/languages'
17import {useLanguagePrefs} from '#/state/preferences'
18import {useSession} from '#/state/session'
19+import {atoms as a, web} from '#/alf'
20import {Admonition} from '#/components/Admonition'
21import {AgeAssuranceBadge} from '#/components/ageAssurance/AgeAssuranceBadge'
22import {urls} from '#/components/ageAssurance/const'
···63}
6465function Inner() {
066 const {_} = useLingui()
67 const {currentAccount} = useSession()
68 const langPrefs = useLanguagePrefs()
···322 />
323 </Button>
324 </View>
000000000000000000000000325 </>
326 )}
327 </View>