diff --git a/src/app/auth/components/authentication/authentication.component.ts b/src/app/auth/components/authentication/authentication.component.ts index c8f5abe68..92390997b 100755 --- a/src/app/auth/components/authentication/authentication.component.ts +++ b/src/app/auth/components/authentication/authentication.component.ts @@ -1343,6 +1343,7 @@ getCookie(key: string){ // this.showBigSpinner = true; this.modalService.open(puzzle); + this.cookies(); } ngOnDestroy() { diff --git a/src/app/campaigns/components/farm-welcome/farm-welcome.component.html b/src/app/campaigns/components/farm-welcome/farm-welcome.component.html index d12467f49..8f6466376 100755 --- a/src/app/campaigns/components/farm-welcome/farm-welcome.component.html +++ b/src/app/campaigns/components/farm-welcome/farm-welcome.component.html @@ -1,12 +1,16 @@