BUG: Extension Error messages in console

I get console errors in this file /content/bootstrap-autofill-overlay.js

On: autofillFieldData.showPasskeys = autofillFieldData.autoCompleteType.includes(“webauthn”);

When autoCompleteType is null, it doesn’t seem to cause any noticeable issues but it annoys me me when im debugging some pages. So would be nice to add some null protection in there.

1 Like

@T.i.m Welcome to the forum!

And I think, a fix for this is on its way – see this comment: bootstrap-autofill-overlay-notifications.js:8041 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'includes') · Issue #19536 · bitwarden/clients · GitHub

1 Like