mirror of
https://github.com/bitwarden/browser
synced 2025-12-19 01:33:33 +00:00
[Key Connector] Add support for key connector (#406)
Co-authored-by: Hinton <oscar@oscarhinton.com>
This commit is contained in:
@@ -38,6 +38,7 @@ export class ConfigCommand {
|
||||
icons: options.icons || null,
|
||||
notifications: options.notifications || null,
|
||||
events: options.events || null,
|
||||
keyConnector: options.keyConnector || null,
|
||||
});
|
||||
const res = new MessageResponse('Saved setting `config`.', null);
|
||||
return Response.success(res);
|
||||
|
||||
Reference in New Issue
Block a user