Only display bulk unverified sessions nag when current session is verified (PSG-893) (#9656)
* test bulk unverified sessions toast behaviour * unverified sessions toast text tweak * only show bulk unverified sessions toast when current device is verified * add more assertions for show/hide toast, fix strict errors * fix strict error * really fix strict error
This commit is contained in:
parent
8996bf0a7f
commit
5742c24114
4 changed files with 18 additions and 9 deletions
|
@ -38,7 +38,7 @@ export const showToast = (deviceIds: Set<string>) => {
|
|||
|
||||
ToastStore.sharedInstance().addOrReplaceToast({
|
||||
key: TOAST_KEY,
|
||||
title: _t("You have unverified logins"),
|
||||
title: _t("You have unverified sessions"),
|
||||
icon: "verification_warning",
|
||||
props: {
|
||||
description: _t("Review to ensure your account is safe"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue