1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

Remove keytar and biometric logic (#706)

This commit is contained in:
Oscar Hinton
2022-04-04 21:00:49 +02:00
committed by GitHub
parent e595c0548e
commit f3a4fde513
9 changed files with 18951 additions and 7489 deletions

View File

@@ -1,6 +0,0 @@
export abstract class BiometricMain {
isError: boolean;
init: () => Promise<void>;
supportsBiometric: () => Promise<boolean>;
authenticateBiometric: () => Promise<boolean>;
}