mirror of https://github.com/keeweb/keeweb
browser-extension: returning appName
parent
dc4742bf5c
commit
26d226bb17
|
@ -90,6 +90,7 @@ const ProtocolHandlers = {
|
|||
return {
|
||||
action: 'change-public-keys',
|
||||
version: RuntimeInfo.version,
|
||||
appName: 'KeeWeb',
|
||||
publicKey: kdbxweb.ByteUtils.bytesToBase64(keys.publicKey),
|
||||
success: 'true'
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue