mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 02:33:46 +00:00
load item view cipher
This commit is contained in:
@@ -14,7 +14,7 @@ export class FallbackSrcDirective {
|
||||
constructor(private el: ElementRef) {
|
||||
}
|
||||
|
||||
@HostListener('error') OnError() {
|
||||
@HostListener('error') onError() {
|
||||
this.el.nativeElement.src = this.appFallbackSrc;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user