1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-17 18:09:17 +00:00

Apply more fixes

This commit is contained in:
Bernd Schoolmann
2025-05-30 14:30:04 +02:00
parent ab5eb30929
commit 8a4feb4b5b
10 changed files with 88 additions and 16 deletions

View File

@@ -276,6 +276,14 @@ export class BiometricMessageHandlerService {
case SyncedUnlockStateCommands.GetUserKeyFromDesktop: {
if (!(await this.validateFingerprint(appId))) {
this.logService.info("[Native Messaging IPC] Fingerprint validation failed.");
return await this.send(
{
command: SyncedUnlockStateCommands.GetUserKeyFromDesktop,
messageId,
response: null,
},
appId,
);
}
const userId = message.userId as UserId;