mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-10 16:21:36 +00:00
Add load encrypted seetings
This commit is contained in:
parent
eb923b4e6f
commit
9273ba098d
@ -47,6 +47,9 @@ const App = () => {
|
|||||||
EncryptedStorage.removeItem('csrftoken');
|
EncryptedStorage.removeItem('csrftoken');
|
||||||
loadCookie('robot_token');
|
loadCookie('robot_token');
|
||||||
loadCookie('pub_key');
|
loadCookie('pub_key');
|
||||||
|
loadCookie('settings_fontsize_basic');
|
||||||
|
loadCookie('settings_language');
|
||||||
|
loadCookie('settings_mode');
|
||||||
loadCookie('enc_priv_key').then(() => injectMessageResolve(reponseId));
|
loadCookie('enc_priv_key').then(() => injectMessageResolve(reponseId));
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user