mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-07 19:07:45 +01:00
Replace logoType by logoPath in BreachAccountResponse (#23)
This commit is contained in:
parent
739d308498
commit
2a960da31c
@ -6,7 +6,7 @@ export class BreachAccountResponse {
|
||||
domain: string;
|
||||
isActive: boolean;
|
||||
isVerified: boolean;
|
||||
logoType: string;
|
||||
logoPath: string;
|
||||
modifiedDate: string;
|
||||
name: string;
|
||||
pwnCount: number;
|
||||
@ -20,7 +20,7 @@ export class BreachAccountResponse {
|
||||
this.domain = response.Domain;
|
||||
this.isActive = response.IsActive;
|
||||
this.isVerified = response.IsVerified;
|
||||
this.logoType = response.LogoType;
|
||||
this.logoPath = response.LogoPath;
|
||||
this.modifiedDate = response.ModifiedDate;
|
||||
this.name = response.Name;
|
||||
this.pwnCount = response.PwnCount;
|
||||
|
Loading…
Reference in New Issue
Block a user