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:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user