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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user