mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-15 10:25:21 +01:00
Send key to browser.
This commit is contained in:
parent
2ac6148821
commit
a6563e7de2
@ -63,7 +63,7 @@ export class NativeMessagingService {
|
||||
|
||||
const response = await this.platformUtilService.authenticateBiometric();
|
||||
if (response) {
|
||||
this.send({command: 'biometricUnlock', response: 'unlocked'});
|
||||
this.send({command: 'biometricUnlock', response: 'unlocked', keyB64: (await this.cryptoService.getKey()).keyB64});
|
||||
} else {
|
||||
this.send({command: 'biometricUnlock', response: 'canceled'});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user