UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

51 lines (50 loc) 1.75 kB
import { jsxs as e, Fragment as n, jsx as t } from "react/jsx-runtime"; import { Link as o } from "@mui/material"; import r from "@mui/material/Typography"; const c = () => /* @__PURE__ */ e(n, { children: [ /* @__PURE__ */ t(r, { variant: "body1", sx: { fontWeight: 700 }, gutterBottom: !0, children: "You must meet these requirements from AD Discovery Portal to send data:" }), /* @__PURE__ */ e( r, { variant: "body1", component: "ol", gutterBottom: !0, sx: { marginLeft: "10px", li: { mb: 1 } }, children: [ /* @__PURE__ */ t("li", { children: "You must complete all required Access Actions in the next step." }), /* @__PURE__ */ e("li", { children: [ "Ensure you can perform an SSO login with AD Discovery Portal. ", /* @__PURE__ */ t( o, { href: "https://discover.alzheimersdata.org/login", rel: "noopener noreferrer", target: "_blank", children: "Click here, and then click the Synapse Button under: Continue with your partner account" } ), "." ] }) ] } ), /* @__PURE__ */ e(r, { variant: "body1", gutterBottom: !0, children: [ "Note that we cannot provide support for AD Discovery Portal. Please contact AD Discovery Portal", " ", /* @__PURE__ */ t( o, { href: "https://community.addi.ad-datainitiative.org/w/faq", rel: "noopener noreferrer", target: "_blank", children: "technical support" } ), " ", "for issues related to the above." ] }) ] }); export { c as ADDiscoveryPortalInstructions }; //# sourceMappingURL=ADDiscoveryPortalInstructions.js.map