forked from CIT/Vmeda.Online
		
	Merge pull request #2793 from dpalou/MOBILE-3605
MOBILE-3605 login: Revert clearcache in SSO login
This commit is contained in:
		
						commit
						c7068ac04e
					
				@ -691,7 +691,6 @@ export class CoreLoginHelperProvider {
 | 
			
		||||
        if (this.isSSOEmbeddedBrowser(typeOfLogin)) {
 | 
			
		||||
            CoreUtils.openInApp(loginUrl, {
 | 
			
		||||
                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'),
 | 
			
		||||
            });
 | 
			
		||||
        } else {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user