1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-13 15:03:26 +00:00
This commit is contained in:
Bernd Schoolmann
2025-06-11 14:59:19 +02:00
parent acf5e28b47
commit 08fe6e7131

View File

@@ -125,7 +125,7 @@ export class MainBiometricsService extends DesktopBiometricsService {
/**
* Set whether to auto-prompt the user for biometric unlock; this can be used to prevent auto-prompting being initiated by a process reload.
* Reasons for enabling auto mpt include: Starting the app, un-minimizing the app, manually account switching
* Reasons for enabling auto-prompt include: Starting the app, un-minimizing the app, manually account switching
* @param value Whether to auto-prompt the user for biometric unlock
*/
async setShouldAutopromptNow(value: boolean): Promise<void> {