From 08fe6e71317047418039df9373647deb212447ab Mon Sep 17 00:00:00 2001 From: Bernd Schoolmann Date: Wed, 11 Jun 2025 14:59:19 +0200 Subject: [PATCH] Fix typo --- .../src/key-management/biometrics/main-biometrics.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/desktop/src/key-management/biometrics/main-biometrics.service.ts b/apps/desktop/src/key-management/biometrics/main-biometrics.service.ts index 9cb408aa597..a6a0e532655 100644 --- a/apps/desktop/src/key-management/biometrics/main-biometrics.service.ts +++ b/apps/desktop/src/key-management/biometrics/main-biometrics.service.ts @@ -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 {