Merge pull request #2484 from dpalou/MOBILE-3505

MOBILE-3505 login: Fix app not responding if cancel reconnect SSO
main
Juan Leyva 2020-08-25 21:21:49 +02:00 committed by GitHub
commit bea0ff7869
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -1125,7 +1125,6 @@ export class CoreLoginHelperProvider {
promise.then(() => {
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,
result.config && result.config.launchurl, data.pageName, data.params);