mirror of https://github.com/keeweb/keeweb
returning appName only for own extension
parent
5a1380f9ef
commit
9d4788cb7c
|
@ -111,9 +111,9 @@ const ProtocolHandlers = {
|
|||
return {
|
||||
action: 'change-public-keys',
|
||||
version: getVersion(request),
|
||||
appName: 'KeeWeb',
|
||||
publicKey: kdbxweb.ByteUtils.bytesToBase64(keys.publicKey),
|
||||
success: 'true'
|
||||
success: 'true',
|
||||
...(isKeeWebConnect(request) ? { appName: 'KeeWeb' } : undefined)
|
||||
};
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue