mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +01:00
Add optional chaining to master key (#6007)
This commit is contained in:
parent
5e88624b13
commit
ab11de9883
@ -149,7 +149,7 @@ export class NativeMessagingService {
|
||||
{
|
||||
command: "biometricUnlock",
|
||||
response: "unlocked",
|
||||
keyB64: masterKey.keyB64,
|
||||
keyB64: masterKey?.keyB64,
|
||||
userKeyB64: userKey.keyB64,
|
||||
},
|
||||
appId
|
||||
|
Loading…
Reference in New Issue
Block a user