1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

[EC-598] feat: add basic support for managing passkeys

This commit is contained in:
Andreas Coroiu
2023-01-04 13:39:06 +01:00
parent 1eab09b79d
commit 6c7548c7ec
7 changed files with 46 additions and 5 deletions

View File

@@ -65,6 +65,9 @@ export class IconComponent implements OnChanges {
case CipherType.Identity:
this.icon = "bwi-id-card";
break;
case CipherType.Fido2Key:
this.icon = "bwi-key"; // TODO: Verify if this icon should be classified as "Bitwarden Object"
break;
default:
break;
}