[Library | Trunk]: Fix reload url after login and logout

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@59458 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2020-09-23 10:16:40 +00:00
parent bd41180c74
commit 021e7063d7
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ export class ReloadComponent {
public ngOnInit() {
HelperFunctions.scroll();
var URL = Session.getReloadUrl();
console.log(URL);
if (URL && URL["path"] && URL["path"] != null && URL["path"] != "") {
var url = URL["path"];
var host = URL["host"];