1
0
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:
Robyn MacCallum 2023-08-10 12:25:36 -04:00 committed by GitHub
parent 5e88624b13
commit ab11de9883
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -149,7 +149,7 @@ export class NativeMessagingService {
{
command: "biometricUnlock",
response: "unlocked",
keyB64: masterKey.keyB64,
keyB64: masterKey?.keyB64,
userKeyB64: userKey.keyB64,
},
appId