Update NoAccessScreen CTA

This commit is contained in:
Eric Bailey
2026-07-01 15:56:41 -05:00
parent ff10228fb6
commit 6f6c21d349
@@ -330,10 +330,10 @@ function AccessSection() {
? dateDiff(lastInitiatedAt, new Date(), 'down')
: null
const allowsDeviceVerification = region && aa.flags.allowsDeviceVerification
const verifyCta = hasInitiated
? _(msg`Verify again`)
: allowsDeviceVerification
? _(msg`Share age data`)
const verifyCta = allowsDeviceVerification
? _(msg`Share age data`)
: hasInitiated
? _(msg`Verify again`)
: _(msg`Verify now`)
const [isVerifyingDevice, setIsVerifyingDevice] = useState(false)