@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/cjs/index.js CHANGED
@@ -5059,6 +5059,19 @@
5059
5059
  React__default["default"].createElement(Input, { name: "email", type: "email", testid: "email", placeholder: "name@domain.com", required: true, outcome: outcome })),
5060
5060
  React__default["default"].createElement(FormSection, { title: "Password", htmlFor: "password", outcome: outcome },
5061
5061
  React__default["default"].createElement(Input, { name: "password", type: "password", testid: "password", autoComplete: "off", required: true, outcome: outcome })),
5062
+ React__default["default"].createElement("p", { style: { fontSize: '12px', color: '#888' } },
5063
+ "By clicking submit you agree to the Medplum ",
5064
+ React__default["default"].createElement("a", { href: "https://www.medplum.com/privacy" }, "Privacy\u00A0Policy"),
5065
+ ' and ',
5066
+ React__default["default"].createElement("a", { href: "https://www.medplum.com/terms" }, "Terms\u00A0of\u00A0Service"),
5067
+ "."),
5068
+ React__default["default"].createElement("p", { style: { fontSize: '12px', color: '#888' } },
5069
+ "This site is protected by reCAPTCHA and the Google",
5070
+ ' ',
5071
+ React__default["default"].createElement("a", { href: "https://policies.google.com/privacy" }, "Privacy\u00A0Policy"),
5072
+ ' and ',
5073
+ React__default["default"].createElement("a", { href: "https://policies.google.com/terms" }, "Terms\u00A0of\u00A0Service"),
5074
+ " apply."),
5062
5075
  React__default["default"].createElement("div", { className: "medplum-signin-buttons" },
5063
5076
  React__default["default"].createElement("div", null,
5064
5077
  React__default["default"].createElement("input", { type: "checkbox", id: "remember", name: "remember", value: "true" }),