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.