Adjust toasts

This commit is contained in:
Eric Bailey
2026-06-30 10:31:28 -05:00
parent c0714be0ec
commit 888832a291
@@ -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',