@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.js
CHANGED
|
@@ -2659,7 +2659,7 @@ function EmailFlow({ authOrigin, add, onSuccess }) {
|
|
|
2659
2659
|
}
|
|
2660
2660
|
if (stage === "enter") {
|
|
2661
2661
|
return /* @__PURE__ */ jsxRuntime.jsxs("form", { onSubmit: start, "data-oc-signin-email": "", children: [
|
|
2662
|
-
/* @__PURE__ */ jsxRuntime.jsx(FlowHeader, { label: "\xA7 email + otp", children: "We email you a 6-digit code. No password
|
|
2662
|
+
/* @__PURE__ */ jsxRuntime.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." }),
|
|
2663
2663
|
/* @__PURE__ */ jsxRuntime.jsx(Label, { children: "email" }),
|
|
2664
2664
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2665
2665
|
"input",
|
|
@@ -2679,7 +2679,7 @@ function EmailFlow({ authOrigin, add, onSuccess }) {
|
|
|
2679
2679
|
),
|
|
2680
2680
|
emailError && /* @__PURE__ */ jsxRuntime.jsx(ErrorLine2, { children: emailError }),
|
|
2681
2681
|
/* @__PURE__ */ jsxRuntime.jsx("button", { type: "submit", disabled: submitting, style: submitStyle(submitting), children: submitting ? "sending\u2026" : "send one-time code \u2192" }),
|
|
2682
|
-
/* @__PURE__ */ jsxRuntime.jsx(Hint, { children: "
|
|
2682
|
+
/* @__PURE__ */ jsxRuntime.jsx(Hint, { children: "Codes come from the auth host, expire in 10 minutes, and work once." })
|
|
2683
2683
|
] });
|
|
2684
2684
|
}
|
|
2685
2685
|
return /* @__PURE__ */ jsxRuntime.jsxs("form", { onSubmit: verify, "data-oc-signin-email-verify": "", children: [
|