{
  "name": "auth-signin-card-otp",
  "kind": "block",
  "primary": "card-ui",
  "page": "/apps/user-flow/app/auth/sign-in/otp/verify/verify.contents.html",
  "slots": [],
  "nested": [],
  "attrs": {
    "raw": ""
  },
  "html": "<card-ui raw\n        style=\"max-width: 32rem\">\n        <header>\n          <col-ui align=\"center\" gap=\"1\">\n            <a href=\"/\" aria-label=\"AdiaUI home\">\n              <image-ui src=\"/icons/agent-ui-light.svg\" alt=\"Adia Logo\" height=\"5rem\"></image-ui>\n            </a>\n            <h1>Enter your code</h1>\n            <text-ui>We sent a 6-digit code to <strong color=\"accent\">kim@acme.com</strong>. Enter it below.</text-ui>\n          </col-ui>\n        </header>\n\n        <section>\n          <col-ui gap=\"6\">\n            <col-ui align=\"center\">\n              <otp-input-ui size=\"lg\" length=\"6\" autocomplete=\"one-time-code\"></otp-input-ui>\n            </col-ui>\n\n            <text-ui text-align=\"center\" color=\"subtle\"> Didn't receive it? <a href=\"#\">Resend in 30s</a> </text-ui>\n\n            <text-ui text-align=\"center\">\n              <a href=\"/site/examples/auth/sign-in\">← Use a different method</a>\n            </text-ui>\n\n            <text-ui text-align=\"center\" color=\"subtle\"> Don't have an account? <a href=\"/site/examples/auth/sign-up\">Sign up</a> </text-ui>\n          </col-ui>\n        </section>\n      </card-ui>",
  "source": "apps/user-flow/app/auth/sign-in/otp/verify/verify.contents.html",
  "metadata": {
    "domain": "auth",
    "description": "Sign-in card with one-time passcode (OTP) input. Used after the email-entry step for passwordless sign-in or as 2nd factor.",
    "keywords": [
      "otp",
      "signin",
      "auth",
      "passcode",
      "code",
      "verify",
      "one-time",
      "totp",
      "2fa"
    ],
    "related": [
      "auth-signin-card-email",
      "auth-signin-card-password",
      "auth-signin-card-magic-link",
      "auth-signin-card-mfa"
    ],
    "tags": {
      "complexity": "simple",
      "layout": "card"
    }
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "image",
      "component": "Image",
      "alt": "Adia Logo",
      "height": "5rem",
      "src": "/icons/agent-ui-light.svg"
    },
    {
      "id": "adia-ui-home",
      "component": "Link",
      "href": "/",
      "children": [
        "image"
      ]
    },
    {
      "id": "text",
      "component": "Text",
      "variant": "display",
      "textContent": "Enter your code"
    },
    {
      "id": "text-3",
      "component": "Text",
      "variant": "body",
      "color": "accent",
      "textContent": "kim@acme.com"
    },
    {
      "id": "text-2",
      "component": "Text",
      "textContent": "We sent a 6-digit code to . Enter it below.",
      "children": [
        "text-3"
      ]
    },
    {
      "id": "column",
      "component": "Column",
      "align": "center",
      "gap": "1",
      "children": [
        "adia-ui-home",
        "text",
        "text-2"
      ]
    },
    {
      "id": "header",
      "component": "Header",
      "children": [
        "column"
      ]
    },
    {
      "id": "otp-input",
      "component": "OtpInput",
      "length": 6
    },
    {
      "id": "column-3",
      "component": "Column",
      "align": "center",
      "children": [
        "otp-input"
      ]
    },
    {
      "id": "text-5",
      "component": "Text",
      "textContent": "Resend in 30s",
      "variant": "body"
    },
    {
      "id": "link",
      "component": "Link",
      "href": "#",
      "text": "Resend in 30s",
      "children": [
        "text-5"
      ]
    },
    {
      "id": "text-4",
      "component": "Text",
      "color": "subtle",
      "text-align": "center",
      "textContent": "Didn't receive it?",
      "children": [
        "link"
      ]
    },
    {
      "id": "text-7",
      "component": "Text",
      "textContent": "← Use a different method",
      "variant": "body"
    },
    {
      "id": "link-2",
      "component": "Link",
      "href": "/site/examples/auth/sign-in",
      "text": "← Use a different method",
      "children": [
        "text-7"
      ]
    },
    {
      "id": "text-6",
      "component": "Text",
      "text-align": "center",
      "children": [
        "link-2"
      ]
    },
    {
      "id": "text-9",
      "component": "Text",
      "textContent": "Sign up",
      "variant": "body"
    },
    {
      "id": "link-3",
      "component": "Link",
      "href": "/site/examples/auth/sign-up",
      "text": "Sign up",
      "children": [
        "text-9"
      ]
    },
    {
      "id": "text-8",
      "component": "Text",
      "color": "subtle",
      "text-align": "center",
      "textContent": "Don't have an account?",
      "children": [
        "link-3"
      ]
    },
    {
      "id": "column-2",
      "component": "Column",
      "gap": "6",
      "children": [
        "column-3",
        "text-4",
        "text-6",
        "text-8"
      ]
    },
    {
      "id": "section",
      "component": "Section",
      "children": [
        "column-2"
      ]
    },
    {
      "id": "root",
      "component": "Card",
      "raw": true,
      "children": [
        "header",
        "section"
      ]
    }
  ]
}
