mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Passkeys: Add internal to getTransports()
This commit is contained in:
parent
1ccfbff792
commit
4d557cd1fc
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@ const throwError = function(errorCode, errorMessage) {
|
|||
|
||||
response.publicKey.getClientExtensionResults = () => {};
|
||||
response.publicKey.clientExtensionResults = () => {};
|
||||
response.publicKey.response.getTransports = () => [];
|
||||
response.publicKey.response.getTransports = () => [ 'internal' ];
|
||||
return response.publicKey;
|
||||
},
|
||||
async get(options) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue