mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Update login-sso.page.ts (#5725)
This commit is contained in:
@@ -39,7 +39,7 @@ export class LoginSSOPage {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!currentUrl || currentUrl === '' || currentUrl === 'data:,') {
|
if (!currentUrl || currentUrl === '' || currentUrl === 'data:,') {
|
||||||
const loginURL: string = browser.baseUrl + browser.params.loginRoute ? browser.params.loginRoute : '';
|
const loginURL: string = browser.baseUrl + (browser.params.loginRoute ? browser.params.loginRoute : '');
|
||||||
await browser.get(loginURL);
|
await browser.get(loginURL);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user