1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

CL-765 - AnonLayoutWrapperComponents - make hideIcon reset properly. (#15610)

This commit is contained in:
Jared Snider
2025-07-14 16:56:10 -04:00
committed by GitHub
parent 4f84d6b0f6
commit b2c2bb4c55
2 changed files with 2 additions and 0 deletions

View File

@@ -223,6 +223,7 @@ export class ExtensionAnonLayoutWrapperComponent implements OnInit, OnDestroy {
this.showLogo = null; this.showLogo = null;
this.maxWidth = null; this.maxWidth = null;
this.hideFooter = null; this.hideFooter = null;
this.hideIcon = null;
this.hideCardWrapper = null; this.hideCardWrapper = null;
} }

View File

@@ -178,6 +178,7 @@ export class AnonLayoutWrapperComponent implements OnInit, OnDestroy {
this.showReadonlyHostname = null; this.showReadonlyHostname = null;
this.maxWidth = null; this.maxWidth = null;
this.hideCardWrapper = null; this.hideCardWrapper = null;
this.hideIcon = null;
} }
ngOnDestroy() { ngOnDestroy() {