mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
Update login-sso.page.ts (#5725)
This commit is contained in:
parent
97b8e995be
commit
f4ee057193
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user