@axos-web-dev/shared-components 1.0.67 → 1.0.68
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.
|
@@ -63,7 +63,7 @@ const SignIn = (props) => {
|
|
|
63
63
|
/* @__PURE__ */ jsx("h2", { className: "header_1", children: headline ?? "Log in" }),
|
|
64
64
|
bodyCopy ?? /* @__PURE__ */ jsxs("div", { className: clsx(body_sign_in), children: [
|
|
65
65
|
/* @__PURE__ */ jsx("p", { children: "Please login to access this resource." }),
|
|
66
|
-
/* @__PURE__ */ jsx("p", { children: "Your
|
|
66
|
+
/* @__PURE__ */ jsx("p", { children: "Your Digital Help credentials were sent via email during the onboarding process." })
|
|
67
67
|
] }),
|
|
68
68
|
/* @__PURE__ */ jsx("div", { className: `${form_input_wrapper} push_up`, children: /* @__PURE__ */ jsx(
|
|
69
69
|
Input,
|