@orangecheck/auth-client 2.23.0 → 2.24.0
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/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -2637,7 +2637,7 @@ function EmailFlow({ authOrigin, add, onSuccess }) {
|
|
|
2637
2637
|
}
|
|
2638
2638
|
if (stage === "enter") {
|
|
2639
2639
|
return /* @__PURE__ */ jsxs("form", { onSubmit: start, "data-oc-signin-email": "", children: [
|
|
2640
|
-
/* @__PURE__ */ jsx(FlowHeader, { label: "\xA7 email + otp", children: "We email you a 6-digit code. No password
|
|
2640
|
+
/* @__PURE__ */ jsx(FlowHeader, { label: "\xA7 email + otp", children: "We email you a 6-digit code. No password, and no wallet needed to start. Link a Bitcoin address any time \u2014 that is the identity you hold yourself." }),
|
|
2641
2641
|
/* @__PURE__ */ jsx(Label, { children: "email" }),
|
|
2642
2642
|
/* @__PURE__ */ jsx(
|
|
2643
2643
|
"input",
|
|
@@ -2657,7 +2657,7 @@ function EmailFlow({ authOrigin, add, onSuccess }) {
|
|
|
2657
2657
|
),
|
|
2658
2658
|
emailError && /* @__PURE__ */ jsx(ErrorLine2, { children: emailError }),
|
|
2659
2659
|
/* @__PURE__ */ jsx("button", { type: "submit", disabled: submitting, style: submitStyle(submitting), children: submitting ? "sending\u2026" : "send one-time code \u2192" }),
|
|
2660
|
-
/* @__PURE__ */ jsx(Hint, { children: "
|
|
2660
|
+
/* @__PURE__ */ jsx(Hint, { children: "Codes come from the auth host, expire in 10 minutes, and work once." })
|
|
2661
2661
|
] });
|
|
2662
2662
|
}
|
|
2663
2663
|
return /* @__PURE__ */ jsxs("form", { onSubmit: verify, "data-oc-signin-email-verify": "", children: [
|