From 888832a2916df93197d4ff331fc66b79a3b6a1ff Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 30 Jun 2026 10:31:28 -0500 Subject: [PATCH] Adjust toasts --- src/ageAssurance/components/NoAccessScreen.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/ageAssurance/components/NoAccessScreen.tsx b/src/ageAssurance/components/NoAccessScreen.tsx index 02d0112de8..ce14b5238b 100644 --- a/src/ageAssurance/components/NoAccessScreen.tsx +++ b/src/ageAssurance/components/NoAccessScreen.tsx @@ -392,6 +392,13 @@ function AccessSection() { ), {type: 'info'}, ) + } else if (state.access === aa.Access.Unknown) { + Toast.show( + _( + msg`Hmm, it seems we weren't able to compute your level of access. Please try again.`, + ), + {type: 'warning'}, + ) } else { Toast.show(_(msg`Thanks! You're all set.`), { type: 'success',