|
|
|
@ -557,9 +557,12 @@ export class RegistrationTabs extends React.Component<{}, State> {
|
|
|
|
|
SessionButtonType.BrandOutline,
|
|
|
|
|
SessionButtonColor.Green
|
|
|
|
|
)}
|
|
|
|
|
{/*<h4>{or}</h4>*/}
|
|
|
|
|
{/* FIXME enable back to allow linking of device
|
|
|
|
|
this.renderLinkDeviceToExistingAccountButton() */}
|
|
|
|
|
{window.lokiFeatureFlags.useMultiDevice && (
|
|
|
|
|
<>
|
|
|
|
|
<h4>{or}</h4>
|
|
|
|
|
{this.renderLinkDeviceToExistingAccountButton()}
|
|
|
|
|
</>
|
|
|
|
|
)}
|
|
|
|
|
</div>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
@ -584,9 +587,12 @@ export class RegistrationTabs extends React.Component<{}, State> {
|
|
|
|
|
return (
|
|
|
|
|
<div>
|
|
|
|
|
{this.renderContinueYourSessionButton()}
|
|
|
|
|
{/*<h4>{or}</h4>*/}
|
|
|
|
|
{/* FIXME enable back to allow linking of device
|
|
|
|
|
this.renderLinkDeviceToExistingAccountButton()*/}
|
|
|
|
|
{window.lokiFeatureFlags.useMultiDevice && (
|
|
|
|
|
<>
|
|
|
|
|
<h4>{or}</h4>
|
|
|
|
|
{this.renderLinkDeviceToExistingAccountButton()}
|
|
|
|
|
</>
|
|
|
|
|
)}
|
|
|
|
|
</div>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|