mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
Added passkey fallback imaged and added extension to image name on the icons component
This commit is contained in:
@@ -97,7 +97,7 @@ export class IconComponent implements OnInit {
|
||||
fallbackImage =
|
||||
cipher.type === CipherType.Login
|
||||
? "images/bwi-globe.png"
|
||||
: "images/bwi-passkey";
|
||||
: "images/bwi-passkey.png";
|
||||
} catch (e) {
|
||||
// Ignore error since the fallback icon will be shown if image is null.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user