feat: include passkey icons based on AAGUID (#1756)

This commit is contained in:
Mike Beaumont
2026-09-19 09:41:53 -07:00
committed by GitHub
parent c22003f6de
commit b5a07a29ef
90 changed files with 2934 additions and 49 deletions
+5
View File
@@ -131,6 +131,11 @@ function compareExports(dir1: string, dir2: string): void {
session.extensions ??= '{}';
}
// Legacy exports gain the zero AAGUID when migrated to the current schema
for (const credential of expectedData.tables.webauthn_credentials) {
credential.aaguid ??= '00000000-0000-0000-0000-000000000000';
}
// Check special fields
validateSpecialFields(actualData);