1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

Make fingerprint optional for browser integration (#234)

* Make fingerprint optional for browser integration

* Force focus on biometrics

* Add dependency
This commit is contained in:
Oscar Hinton
2020-12-21 19:26:16 +01:00
committed by GitHub
parent acdbc22953
commit 1742228715
5 changed files with 94 additions and 8 deletions

1
src/globals.d.ts vendored
View File

@@ -1,3 +1,4 @@
declare function escape(s: string): string;
declare function unescape(s: string): string;
declare module 'duo_web_sdk';
declare module 'forcefocus';