Merge pull request #2793 from dpalou/MOBILE-3605

MOBILE-3605 login: Revert clearcache in SSO login
main
Pau Ferrer Ocaña 2021-05-27 10:09:16 +02:00 committed by GitHub
commit c7068ac04e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -691,7 +691,6 @@ export class CoreLoginHelperProvider {
if (this.isSSOEmbeddedBrowser(typeOfLogin)) { if (this.isSSOEmbeddedBrowser(typeOfLogin)) {
CoreUtils.openInApp(loginUrl, { CoreUtils.openInApp(loginUrl, {
clearsessioncache: 'yes', // Clear the session cache to allow for multiple logins. clearsessioncache: 'yes', // Clear the session cache to allow for multiple logins.
clearcache: 'yes', // Also clear other cookies in case login is stored in a non-session cookie.
closebuttoncaption: Translate.instant('core.login.cancel'), closebuttoncaption: Translate.instant('core.login.cancel'),
}); });
} else { } else {