diff --git a/src/core/login/pages/site-help/site-help.ts b/src/core/login/pages/site-help/site-help.ts index 4f6825377..08026d8cc 100644 --- a/src/core/login/pages/site-help/site-help.ts +++ b/src/core/login/pages/site-help/site-help.ts @@ -37,7 +37,7 @@ export class CoreLoginSiteHelpPage { protected translate: TranslateService, protected utils: CoreUtilsProvider) { - this.canScanQR = this.utils.canScanQR() && false; // @todo: Enable it for 3.9 release. + this.canScanQR = this.utils.canScanQR(); this.urlImageHtml = CoreLoginHelperProvider.FAQ_URL_IMAGE_HTML; this.qrCodeImageHtml = CoreLoginHelperProvider.FAQ_QRCODE_IMAGE_HTML; this.setupLinkHtml = '
{{ 'core.login.or' | translate }}
-
+ {{ 'core.scanqr' | translate }} diff --git a/src/core/login/pages/site/site.ts b/src/core/login/pages/site/site.ts index 27f426ca6..d21809dd5 100644 --- a/src/core/login/pages/site/site.ts +++ b/src/core/login/pages/site/site.ts @@ -279,7 +279,7 @@ export class CoreLoginSitePage { } ]; - // @TODO: Remove CoreSite.MINIMUM_MOODLE_VERSION, not used on translations since 3.8.3. + // @TODO: Remove CoreSite.MINIMUM_MOODLE_VERSION, not used on translations since 3.9.0. this.domUtils.showAlertWithOptions({ title: this.translate.instant('core.cannotconnect', {$a: CoreSite.MINIMUM_MOODLE_VERSION}), message, @@ -383,8 +383,6 @@ export class CoreLoginSitePage { /** * Show instructions and scan QR code. - * - * @todo Use it in 3.9 release instead of scanQR. */ showInstructionsAndScanQR(): void { // Show some instructions first.