{
  "name": "auth-link-expired-form",
  "kind": "block",
  "primary": "form",
  "page": "/apps/user-flow/app/auth/link-expired/link-expired.contents.html",
  "slots": [],
  "nested": [],
  "attrs": {
    "size": "lg",
    "action": "/site/examples/auth/forgot-password/sent",
    "method": "get"
  },
  "html": "<form size=\"lg\" action=\"/site/examples/auth/forgot-password/sent\" method=\"get\">\n              <col-ui gap=\"4\">\n                <input-ui label=\"Email\" type=\"email\" name=\"email\" autocomplete=\"email\" placeholder=\"you@example.com\" required></input-ui>\n                <button-ui text=\"Send a new link\" variant=\"primary\" type=\"submit\"></button-ui>\n              </col-ui>\n            </form>",
  "source": "apps/user-flow/app/auth/link-expired/link-expired.contents.html",
  "metadata": {
    "domain": "auth",
    "description": "Re-send expired link form — email field to trigger a new magic link or reset email.",
    "keywords": [
      "auth",
      "link",
      "expired",
      "resend",
      "email",
      "form",
      "request",
      "new"
    ]
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "email",
      "component": "Input",
      "type": "email",
      "required": true,
      "autocomplete": "email",
      "label": "Email",
      "name": "email",
      "placeholder": "you@example.com"
    },
    {
      "id": "button",
      "component": "Button",
      "type": "submit",
      "text": "Send a new link",
      "variant": "primary"
    },
    {
      "id": "column",
      "component": "Column",
      "gap": "4",
      "children": [
        "email",
        "button"
      ]
    },
    {
      "id": "root",
      "component": "FormContainer",
      "children": [
        "column"
      ]
    }
  ]
}
