{
  "name": "auth-email-verify-confirm",
  "kind": "block",
  "primary": "form",
  "page": "/apps/user-flow/app/auth/email-change/verify/verify.contents.html",
  "slots": [],
  "nested": [],
  "attrs": {
    "size": "lg",
    "action": "/site/examples/profile-security",
    "method": "get"
  },
  "html": "<form size=\"lg\" action=\"/site/examples/profile-security\" method=\"get\">\n              <col-ui gap=\"4\">\n                <button-ui text=\"Confirm new email\" variant=\"primary\" type=\"submit\"></button-ui>\n              </col-ui>\n            </form>",
  "source": "apps/user-flow/app/auth/email-change/verify/verify.contents.html",
  "metadata": {
    "domain": "auth",
    "description": "Email verified success card — verification complete, proceed to app.",
    "keywords": [
      "auth",
      "email",
      "verified",
      "confirmed",
      "success",
      "next"
    ]
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "button",
      "component": "Button",
      "type": "submit",
      "text": "Confirm new email",
      "variant": "primary"
    },
    {
      "id": "column",
      "component": "Column",
      "gap": "4",
      "children": [
        "button"
      ]
    },
    {
      "id": "root",
      "component": "FormContainer",
      "children": [
        "column"
      ]
    }
  ]
}
