1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-14 19:02:33 +03:00
This commit is contained in:
David Baker
2020-04-29 15:54:32 +01:00
parent 9ac4fa92fd
commit 283a15c0b3

View File

@@ -49,9 +49,6 @@ export default class UnverifiedSessionToast extends React.PureComponent {
};
render() {
const cli = MatrixClientPeg.get();
const device = cli.getStoredDevice(cli.getUserId(), this.props.deviceId);
return (<div>
<div className="mx_Toast_description">
{_t("Verify the identity of the new login accessing your account & messages")}