mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 19:26:04 +03:00
delint src/Lifecycle
This commit is contained in:
parent
2d73f094ff
commit
4bc252a16b
1 changed files with 3 additions and 1 deletions
|
@ -232,7 +232,9 @@ function _handleRestoreFailure(e) {
|
|||
let msg = e.message;
|
||||
if (msg == "OLM.BAD_LEGACY_ACCOUNT_PICKLE") {
|
||||
msg = _t(
|
||||
'You need to log back in to generate end-to-end encryption keys for this device and submit the public key to your homeserver. This is a once off; sorry for the inconvenience.'
|
||||
'You need to log back in to generate end-to-end encryption keys'
|
||||
+ ' for this device and submit the public key to your homeserver.'
|
||||
+ ' This is a once off; sorry for the inconvenience.',
|
||||
);
|
||||
|
||||
_clearLocalStorage();
|
||||
|
|
Loading…
Reference in a new issue