mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 20:38:55 +03:00
lint
This commit is contained in:
parent
00508367f6
commit
0cde4bf2cd
1 changed files with 2 additions and 0 deletions
|
@ -169,6 +169,8 @@ export function trackStores(client) {
|
||||||
* has been wiped by the browser: this flag is saved to localStorage
|
* has been wiped by the browser: this flag is saved to localStorage
|
||||||
* and if it is true and not crypto data is found, an error is
|
* and if it is true and not crypto data is found, an error is
|
||||||
* presented to the user.
|
* presented to the user.
|
||||||
|
*
|
||||||
|
* @param {bool} cryptoInited True if crypto has been set up
|
||||||
*/
|
*/
|
||||||
export function setCryptoInitialised(cryptoInited) {
|
export function setCryptoInitialised(cryptoInited) {
|
||||||
localStorage.setItem("mx_crypto_initialised", cryptoInited);
|
localStorage.setItem("mx_crypto_initialised", cryptoInited);
|
||||||
|
|
Loading…
Reference in a new issue