Fix login property. Fix bottom observer in server side. Update library

This commit is contained in:
Konstantinos Triantafyllou 2023-05-11 14:36:54 +03:00
parent 482f0e2816
commit 4060fd9fad
3 changed files with 3 additions and 3 deletions

View File

@ -474,7 +474,7 @@ export class AppComponent implements OnInit, OnDestroy {
restrictedData ? "" : "/myCommunities", false, [], [], {})); restrictedData ? "" : "/myCommunities", false, [], [], {}));
} }
this.showMenu = true; this.showMenu = true;
if (typeof document !== "undefined") { if (typeof document !== "undefined" && this.bottom) {
setTimeout(() => { setTimeout(() => {
this.createObservers(); this.createObservers();
}); });

@ -1 +1 @@
Subproject commit 3be6013644a90d9a49c08a71c75fb7549d8b3e69 Subproject commit 73f2215c07e4188bc762088c761ea312f076a2a6

View File

@ -58,7 +58,7 @@ export let properties: EnvProperties = {
piwikBaseUrl: 'https://analytics.openaire.eu/piwik.php?idsite=', piwikBaseUrl: 'https://analytics.openaire.eu/piwik.php?idsite=',
piwikSiteId: '80', piwikSiteId: '80',
registryUrl: 'http://mpagasas.di.uoa.gr:8080/dnet-openaire-users-1.0.0-SNAPSHOT/api/registry/', registryUrl: 'http://mpagasas.di.uoa.gr:8080/dnet-openaire-users-1.0.0-SNAPSHOT/api/registry/',
loginUrl: "http://mpagasas.di.uoa.gr:19080/login-service//openid_connect_login", loginUrl: "http://mpagasas.di.uoa.gr:19080/login-service/openid_connect_login",
userInfoUrl: "http://mpagasas.di.uoa.gr:19080/login-service/userInfo", userInfoUrl: "http://mpagasas.di.uoa.gr:19080/login-service/userInfo",
logoutUrl: "http://mpagasas.di.uoa.gr:19080/login-service/openid_logout", logoutUrl: "http://mpagasas.di.uoa.gr:19080/login-service/openid_logout",
cookieDomain: '.di.uoa.gr', cookieDomain: '.di.uoa.gr',