Merge pull request #2441 from dpalou/MOBILE-3467

MOBILE-3467 login: Set loggedOut to false when adding an existing site
main
Juan Leyva 2020-07-03 08:12:05 +02:00 committed by GitHub
commit 831d1ba0e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -729,6 +729,7 @@ export class CoreSitesProvider {
candidateSite.setPrivateToken(privateToken); candidateSite.setPrivateToken(privateToken);
candidateSite.setInfo(info); candidateSite.setInfo(info);
candidateSite.setOAuthId(oauthId); candidateSite.setOAuthId(oauthId);
candidateSite.setLoggedOut(false);
} else { } else {
// New site, set site ID and info. // New site, set site ID and info.