mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
AAE-2972 Use BrowserActions in login page (#5825)
This commit is contained in:
committed by
GitHub
parent
2547f9692d
commit
e05c111c43
@@ -69,7 +69,7 @@ export class LoginSSOPage {
|
||||
|
||||
const loginURL: string = browser.baseUrl + (browser.params.loginRoute ? browser.params.loginRoute : '');
|
||||
|
||||
await browser.get(loginURL);
|
||||
await BrowserActions.getUrl(loginURL);
|
||||
const oauth2 = await LocalStorageUtil.getConfigField('oauth2');
|
||||
|
||||
if (oauth2 && oauth2.silentLogin === false) {
|
||||
|
Reference in New Issue
Block a user