1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 16:23:44 +00:00

Added passkey fallback imaged and added extension to image name on the icons component

This commit is contained in:
gbubemismith
2023-08-23 22:46:54 -04:00
parent 57197cff05
commit 12ebcb0f9e
4 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@@ -97,7 +97,7 @@ export class IconComponent implements OnInit {
fallbackImage = fallbackImage =
cipher.type === CipherType.Login cipher.type === CipherType.Login
? "images/bwi-globe.png" ? "images/bwi-globe.png"
: "images/bwi-passkey"; : "images/bwi-passkey.png";
} catch (e) { } catch (e) {
// Ignore error since the fallback icon will be shown if image is null. // Ignore error since the fallback icon will be shown if image is null.
} }