mirror of
https://github.com/RoboSats/robosats.git
synced 2025-09-13 00:56:22 +00:00
Add load encrypted seetings
This commit is contained in:
@ -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));
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user