mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +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:
@@ -145,4 +145,8 @@ export class CliPlatformUtilsService implements PlatformUtilsService {
|
||||
authenticateBiometric(): Promise<boolean> {
|
||||
return Promise.resolve(false);
|
||||
}
|
||||
|
||||
supportsSecureStorage(): boolean {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user