1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +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

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