PM-7392 - TokenSvc - getAccessToken - if secure storage errors add error to log.

This commit is contained in:
Jared Snider 2024-05-02 20:16:52 -04:00
parent e0a77c6e3c
commit e6e017c61e
No known key found for this signature in database
GPG Key ID: A149DDD612516286
1 changed files with 1 additions and 0 deletions

View File

@ -416,6 +416,7 @@ export class TokenService implements TokenServiceAbstraction {
if (this.encryptService.stringIsEncString(accessTokenDisk)) {
this.logService.error(
"Access token key retrieval failed. Unable to decrypt encrypted access token. Logging user out.",
error,
);
this.messageSender.send("logout", {
userId,