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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user