MOBILE-3505 login: Fix app not responding if cancel reconnect SSO

main
Dani Palou 2020-07-27 15:13:34 +02:00
parent fe91f7e602
commit ce2060ddd1
1 changed files with 0 additions and 1 deletions

View File

@ -1095,7 +1095,6 @@ export class CoreLoginHelperProvider {
promise.then(() => { promise.then(() => {
this.waitingForBrowser = true; this.waitingForBrowser = true;
this.sitesProvider.unsetCurrentSite(); // We need to unset current site to make authentication work fine.
this.openBrowserForSSOLogin(result.siteUrl, result.code, result.service, this.openBrowserForSSOLogin(result.siteUrl, result.code, result.service,
result.config && result.config.launchurl, data.pageName, data.params); result.config && result.config.launchurl, data.pageName, data.params);