Adjust toasts
This commit is contained in:
@@ -392,6 +392,13 @@ function AccessSection() {
|
|||||||
),
|
),
|
||||||
{type: 'info'},
|
{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 {
|
} else {
|
||||||
Toast.show(_(msg`Thanks! You're all set.`), {
|
Toast.show(_(msg`Thanks! You're all set.`), {
|
||||||
type: 'success',
|
type: 'success',
|
||||||
|
|||||||
Reference in New Issue
Block a user