Merge pull request #2442 from moodlehq/integration

Integration
main
Juan Leyva 2020-07-03 08:12:40 +02:00 committed by GitHub
commit b861c8254a
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.