co-authored by
J. Ryan Stinnett
parent
ebb70ca9fb
commit
43173824d3
@@ -113,7 +113,7 @@ export default class DeviceListener {
|
|||||||
// Cross-signing on account but this device doesn't trust the master key (verify this session)
|
// Cross-signing on account but this device doesn't trust the master key (verify this session)
|
||||||
ToastStore.sharedInstance().addOrReplaceToast({
|
ToastStore.sharedInstance().addOrReplaceToast({
|
||||||
key: THIS_DEVICE_TOAST_KEY,
|
key: THIS_DEVICE_TOAST_KEY,
|
||||||
title: _t("Verify this Session"),
|
title: _t("Verify this session"),
|
||||||
icon: "verification_warning",
|
icon: "verification_warning",
|
||||||
props: {kind: 'verify_this_session'},
|
props: {kind: 'verify_this_session'},
|
||||||
component: sdk.getComponent("toasts.SetupEncryptionToast"),
|
component: sdk.getComponent("toasts.SetupEncryptionToast"),
|
||||||
|
|||||||
Reference in New Issue
Block a user