MOBILE-3467 login: Set loggedOut to false when adding an existing site

main
Dani Palou 2020-07-03 06:14:39 +02:00
parent 6845834b85
commit ff3e447f5a
1 changed files with 1 additions and 0 deletions

View File

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