Merge pull request #2484 from dpalou/MOBILE-3505
MOBILE-3505 login: Fix app not responding if cancel reconnect SSOmain
commit
bea0ff7869
|
@ -1125,7 +1125,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);
|
||||||
|
|
Loading…
Reference in New Issue