updated note

This commit is contained in:
noumantahir 2022-06-24 04:14:47 +05:00
parent 41710a8b90
commit c9a188f567

View File

@ -838,8 +838,8 @@ class ApplicationContainer extends Component {
//decrypt access token
let accessToken = null;
if (encAccessToken) {
//default pin decryption works also for custom pin as other account
//NOTE: keys are not yet being affected by changed pin
//NOTE: default pin decryption works also for custom pin as other account
//keys are not yet being affected by changed pin, which I think we should dig more
accessToken = decryptKey(encAccessToken, Config.DEFAULT_PIN);
}