mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[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:
@@ -43,7 +43,7 @@ export class AuthGuardEcm extends AuthGuardBase {
|
||||
return true;
|
||||
}
|
||||
|
||||
this.redirectToUrl('ECM', redirectUrl);
|
||||
this.redirectToUrl(redirectUrl);
|
||||
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user