mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 18:25:49 +03:00
Lint
This commit is contained in:
parent
9ac4fa92fd
commit
283a15c0b3
1 changed files with 0 additions and 3 deletions
|
@ -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")}
|
||||
|
|
Loading…
Reference in a new issue