mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-19 03:11:38 +03:00
updated note
This commit is contained in:
parent
41710a8b90
commit
c9a188f567
@ -838,8 +838,8 @@ class ApplicationContainer extends Component {
|
|||||||
//decrypt access token
|
//decrypt access token
|
||||||
let accessToken = null;
|
let accessToken = null;
|
||||||
if (encAccessToken) {
|
if (encAccessToken) {
|
||||||
//default pin decryption works also for custom pin as other account
|
//NOTE: default pin decryption works also for custom pin as other account
|
||||||
//NOTE: keys are not yet being affected by changed pin
|
//keys are not yet being affected by changed pin, which I think we should dig more
|
||||||
accessToken = decryptKey(encAccessToken, Config.DEFAULT_PIN);
|
accessToken = decryptKey(encAccessToken, Config.DEFAULT_PIN);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user