1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 16:53:34 +00:00

[PM-5303] Fix issues found with SSO login (#7346)

* [PM-5303] Cannot login with SSO

* [PM-5303] Adding documentation to newly created ContentMessageHandler class

* [PM-5303] Updating manifest v3 implementation to use the newly scoped name

* [PM-5303] Adding jest tests to implementation
This commit is contained in:
Cesar Gonzalez
2023-12-22 14:00:52 -06:00
committed by GitHub
parent a62f8cd652
commit a1e649e809
12 changed files with 212 additions and 74 deletions

View File

@@ -170,7 +170,8 @@ const mainConfig = {
"content/autofiller": "./src/autofill/content/autofiller.ts",
"content/notificationBar": "./src/autofill/content/notification-bar.ts",
"content/contextMenuHandler": "./src/autofill/content/context-menu-handler.ts",
"content/message_handler": "./src/autofill/content/message_handler.ts",
"content/bootstrap-content-message-handler":
"./src/autofill/content/bootstrap-content-message-handler.ts",
"content/fido2/trigger-fido2-content-script-injection":
"./src/vault/fido2/content/trigger-fido2-content-script-injection.ts",
"content/fido2/content-script": "./src/vault/fido2/content/content-script.ts",