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:
BIN
apps/browser/src/popup/images/bwi-passkey.png
Normal file
BIN
apps/browser/src/popup/images/bwi-passkey.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
BIN
apps/desktop/src/images/bwi-passkey.png
Normal file
BIN
apps/desktop/src/images/bwi-passkey.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
BIN
apps/web/src/images/bwi-passkey.png
Normal file
BIN
apps/web/src/images/bwi-passkey.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
@@ -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.
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user