+ You're good to go. Keep this email handy for account recovery and
+ notifications.
+
+ ) : (
+ <>
+
+ Check your inbox for the AeThex verification email. You must
+ confirm it before you can sign in again.
+
+
+
+ Email delivery failed. Copy this link into your browser to
+ verify manually:
+
+
+ {fallbackVerificationLink}
+
+
+
+ window.open(
+ fallbackVerificationLink,
+ "_blank",
+ "noopener",
+ )
+ }
+ >
+ Open verification link
+
+ {
+ if (
+ typeof navigator !== "undefined" &&
+ navigator.clipboard?.writeText
+ ) {
+ navigator.clipboard
+ .writeText(fallbackVerificationLink)
+ .then(() =>
+ toastInfo({
+ title: "Link copied",
+ description:
+ "Paste the link into your browser to verify.",
+ }),
+ )
+ .catch(() =>
+ toastWarning({
+ title: "Copy failed",
+ description:
+ "Copy the link manually from the box above.",
+ }),
+ );
+ } else {
+ toastWarning({
+ title: "Copy unavailable",
+ description:
+ "Copy the link manually from the box above.",
+ });
+ }
+ }}
+ >
+ Copy link
+
+
+
+ ) : null}
+ >
+ )}
+