MDL-69095 tool_mobile: Display warning if not allowed to use qr login
This commit is contained in:
@@ -184,6 +184,13 @@ class subscription implements \renderable, \templatable {
|
||||
'type' => 'danger', 'message' => get_string('subscriptionfeaturenotapplied', 'tool_mobile')];
|
||||
}
|
||||
break;
|
||||
// Check QR automatic login.
|
||||
case 'qrautomaticlogin':
|
||||
if ($ms->qrcodetype == \tool_mobile\api::QR_CODE_LOGIN) {
|
||||
$feature['message'] = [
|
||||
'type' => 'danger', 'message' => get_string('subscriptionfeaturenotapplied', 'tool_mobile')];
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user