mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Merge pull request #2381 from keepassxreboot/fix/passkeys_store_override
Passkeys: fix navigator.credentials.store override
This commit is contained in:
commit
9066f67e53
1 changed files with 3 additions and 0 deletions
|
|
@ -188,6 +188,9 @@ const throwError = function(errorCode, errorMessage) {
|
|||
}
|
||||
|
||||
return createPublicKeyCredential(response.publicKey);
|
||||
},
|
||||
async store(credential) {
|
||||
return originalCredentials.store(credential);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue