// Needs to be enabled as a feature + server support MSC3886 or have a default rendezvous server configured:
constofferShowQr=
SettingsStore.getValue("feature_qr_signin_reciprocate_show")&&msc3882Supported&&msc3886Supported;// We don't support configuration of a fallback at the moment so we just check the MSCs
// don't show anything if no method is available
if(!offerShowQr){
returnnull;
}
return(
<SettingsSubsectionheading={_t("Sign in with QR code")}>
<divclassName="mx_LoginWithQRSection">
<pclassName="mx_SettingsTab_subsectionText">
{_t(
"You can use this device to sign in a new device with a QR code. You will need to "+
"scan the QR code shown on this device with your device that's signed out.",