mirror of
https://github.com/bitwarden/browser
synced 2026-02-13 15:03:26 +00:00
Fix typo
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user