mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 22:03:36 +00:00
feat(device-approval-persistence): [PM-19380] Device Approval Persistence (#13958)
* feat(device-approval-persistence): [PM-19380] Device Approval Persistence - Added lookup on standard auth requests. * fix(device-approval-persistence): [PM-19380] Device Approval Persistence - Fixed issue with null value trying to be parsed from the fromJSON function. --------- Co-authored-by: Todd Martin <tmartin@bitwarden.com>
This commit is contained in:
committed by
GitHub
parent
b385dd430e
commit
1af8fe2012
@@ -90,7 +90,6 @@ export class LocalBackedSessionStorageService
|
||||
this.logService.warning(
|
||||
`Possible unnecessary write to local session storage. Key: ${key}`,
|
||||
);
|
||||
this.logService.warning(obj as any);
|
||||
}
|
||||
} catch (err) {
|
||||
this.logService.warning(`Error while comparing values for key: ${key}`);
|
||||
|
||||
Reference in New Issue
Block a user