@medplum/react 0.9.23 → 0.9.24

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/esm/index.js CHANGED
@@ -5053,6 +5053,19 @@ function RegisterForm(props) {
5053
5053
  React.createElement(Input, { name: "email", type: "email", testid: "email", placeholder: "name@domain.com", required: true, outcome: outcome })),
5054
5054
  React.createElement(FormSection, { title: "Password", htmlFor: "password", outcome: outcome },
5055
5055
  React.createElement(Input, { name: "password", type: "password", testid: "password", autoComplete: "off", required: true, outcome: outcome })),
5056
+ React.createElement("p", { style: { fontSize: '12px', color: '#888' } },
5057
+ "By clicking submit you agree to the Medplum ",
5058
+ React.createElement("a", { href: "https://www.medplum.com/privacy" }, "Privacy\u00A0Policy"),
5059
+ ' and ',
5060
+ React.createElement("a", { href: "https://www.medplum.com/terms" }, "Terms\u00A0of\u00A0Service"),
5061
+ "."),
5062
+ React.createElement("p", { style: { fontSize: '12px', color: '#888' } },
5063
+ "This site is protected by reCAPTCHA and the Google",
5064
+ ' ',
5065
+ React.createElement("a", { href: "https://policies.google.com/privacy" }, "Privacy\u00A0Policy"),
5066
+ ' and ',
5067
+ React.createElement("a", { href: "https://policies.google.com/terms" }, "Terms\u00A0of\u00A0Service"),
5068
+ " apply."),
5056
5069
  React.createElement("div", { className: "medplum-signin-buttons" },
5057
5070
  React.createElement("div", null,
5058
5071
  React.createElement("input", { type: "checkbox", id: "remember", name: "remember", value: "true" }),