mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
Browser <-> desktop communication (#185)
* Add electron constant for browser integration * Add constant for browser biometrics. Ensure biometry is locked on lock. * Avoid saving keys outside desktop * Fix eslint warning * Add supportsSecureStorage helper to platformUtils to improve readability
This commit is contained in:
@@ -219,4 +219,8 @@ export class ElectronPlatformUtilsService implements PlatformUtilsService {
|
||||
resolve(val);
|
||||
});
|
||||
}
|
||||
|
||||
supportsSecureStorage(): boolean {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user