Skip to content

Commit 5977cab

Browse files
authored
Merge pull request #2607 from NoelDeMartin/MOBILE-3523
MOBILE-3523 login: Fix application checks
2 parents 79649fa + eac188f commit 5977cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/login/pages/site/site.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ export class CoreLoginSitePage {
396396
* @return Promise resolved after logging in.
397397
*/
398398
protected async login(response: CoreSiteCheckResponse, foundSite?: CoreLoginSiteInfoExtended): Promise<void> {
399-
return this.sitesProvider.checkApplication(response).then(() => {
399+
return this.sitesProvider.checkApplication(response.config).then(() => {
400400

401401
this.domUtils.triggerFormSubmittedEvent(this.formElement, true);
402402

0 commit comments

Comments
 (0)