mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
Support biometric changes in jslib (#571)
This commit is contained in:
@@ -273,4 +273,12 @@ export class WebPlatformUtilsService implements PlatformUtilsService {
|
||||
readFromClipboard(options?: any): Promise<string> {
|
||||
throw new Error('Cannot read from clipboard on web.');
|
||||
}
|
||||
|
||||
supportsBiometric() {
|
||||
return Promise.resolve(false);
|
||||
}
|
||||
|
||||
authenticateBiometric() {
|
||||
return Promise.resolve(false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user