1
0
mirror of https://github.com/bitwarden/jslib synced 2025-12-06 00:03:29 +00:00

Add constants for biometrics auto-prompt option (#483)

* Add constants for biometrics auto-prompt option

* rename constant

Co-authored-by: Michael Cho <mcho@tutanota.com>
This commit is contained in:
Dane Powell
2021-09-16 12:00:13 -07:00
committed by GitHub
parent da132217da
commit da6fde4b15
2 changed files with 2 additions and 1 deletions

View File

@@ -10,6 +10,5 @@ export class ElectronConstants {
static readonly enableBrowserIntegrationFingerprint: string = 'enableBrowserIntegrationFingerprint';
static readonly alwaysShowDock: string = 'alwaysShowDock';
static readonly openAtLogin: string = 'openAtLogin';
static readonly noAutoPromptBiometrics: string = 'noAutoPromptBiometrics';
static readonly noAutoPromptBiometricsText: string = 'noAutoPromptBiometricsText';
}