mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-02 04:11:30 +02:00
Merge pull request #4533 from matrix-org/dbkr/remove_unnecessary_return_rel
Fix device verification toasts not disappearing
This commit is contained in:
commit
19d0bf0d3b
@ -223,7 +223,6 @@ export default class DeviceListener {
|
||||
});
|
||||
}
|
||||
}
|
||||
return;
|
||||
} else if (await cli.secretStorageKeyNeedsUpgrade()) {
|
||||
ToastStore.sharedInstance().addOrReplaceToast({
|
||||
key: THIS_DEVICE_TOAST_KEY,
|
||||
|
Loading…
x
Reference in New Issue
Block a user