[MNT-21636] Fix redirect URL for viewer (#6564)

* fix redirect URL for viewer

* fix unit
fix login SSO show when user is logged in

* update js-api

* remove protractor change
This commit is contained in:
Eugenio Romano
2021-01-22 17:17:14 +00:00
committed by GitHub
parent b126c14a07
commit 8f0633b133
9 changed files with 99 additions and 65 deletions

View File

@@ -43,7 +43,7 @@ export class AuthGuardEcm extends AuthGuardBase {
return true;
}
this.redirectToUrl('ECM', redirectUrl);
this.redirectToUrl(redirectUrl);
return false;
}