Fix passkey icons lost in refactoring.

This commit is contained in:
Leo Vasanko
2026-02-18 02:05:06 +00:00
parent 22b72b2d50
commit ee35e6b1ad
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ export interface UserInfo {
sign_count: number
is_current_session: boolean
}>
aaguid_info: Record<string, { name: string; icon_light?: string; icon_dark?: string }>
aaguid_info: Record<string, { name: string; icon?: string; icon_dark?: string }>
sessions: Array<{
id: string
credential: string