+ class="mainPageSearchForm uk-background-norepeat uk-background-cover uk-background-bottom-center uk-section uk-padding-remove-bottom uk-flex uk-flex-middle" uk-height-viewport="offset-top: true;offset-bottom: 20">
+
+
-
- Learn more on OpenAIRE's discovery and sharing services
+
+ Learn more on OpenAIRE discovery and sharing services
@@ -137,6 +116,7 @@
+
-
-
- Our data policies
-
-
- -
-
Data acquisition
-
-
- -
-
Data usage
-
-
-
-
+
+
+
+
+ Our data policies
+
+
+ -
+
Data acquisition
+
+
+ -
+
Data usage
+
+
+
+
+
+
@@ -247,7 +228,7 @@
Join OpenAIRE, use our tools and make your content more visible around the world.
diff --git a/portal-4cli/src/app/login/utils/helper.class.ts b/portal-4cli/src/app/login/utils/helper.class.ts
index 0a62a995..5989822e 100644
--- a/portal-4cli/src/app/login/utils/helper.class.ts
+++ b/portal-4cli/src/app/login/utils/helper.class.ts
@@ -70,7 +70,7 @@ export class Session{
if( typeof localStorage !== 'undefined') {
localStorage.setItem("user", JSON.stringify(user));
if(user && user.email){
- COOKIE.deleteCookie(COOKIE.cookieName_u); // delete cookie to avoid transfer through requests
+ // COOKIE.deleteCookie(COOKIE.cookieName_u); // delete cookie to avoid transfer through requests
return user;
}else{
return null;
diff --git a/portal-4cli/src/app/searchPages/searchUtils/searchForm.component.ts b/portal-4cli/src/app/searchPages/searchUtils/searchForm.component.ts
index 0a6ba9a8..d327721e 100644
--- a/portal-4cli/src/app/searchPages/searchUtils/searchForm.component.ts
+++ b/portal-4cli/src/app/searchPages/searchUtils/searchForm.component.ts
@@ -14,7 +14,7 @@ import {Router} from '@angular/router';
Search
-