mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-09-20 18:09:05 +02:00
feat: include passkey icons based on AAGUID (#1756)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user