mirror of
https://github.com/bitwarden/browser
synced 2026-02-17 18:09:17 +00:00
Apply more fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user