{
  "name": "auth-password-challenge",
  "kind": "block",
  "primary": "form",
  "page": "/apps/user-flow/app/auth/sign-in/password/password.contents.html",
  "slots": [],
  "nested": [],
  "attrs": {
    "size": "lg"
  },
  "html": "<form size=\"lg\">\n              <col-ui gap=\"4\">\n                <input-ui label=\"Password\" type=\"password\" name=\"password\" autocomplete=\"current-password\" placeholder=\"••••••••\" required></input-ui>\n\n                <row-ui justify=\"space-between\" align=\"center\">\n                  <check-ui name=\"remember\" label=\"Remember me\"></check-ui>\n                  <a href=\"/site/examples/auth/forgot-password\">Forgot password?</a>\n                </row-ui>\n                <button-ui text=\"Sign in\" variant=\"primary\" type=\"submit\"></button-ui>\n              </col-ui>\n            </form>",
  "source": "apps/user-flow/app/auth/sign-in/password/password.contents.html",
  "metadata": {
    "domain": "auth",
    "description": "Password challenge card — re-enter password to confirm sensitive action.",
    "keywords": [
      "auth",
      "password",
      "confirm",
      "challenge",
      "verify",
      "security",
      "sudo"
    ]
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "password",
      "component": "Input",
      "type": "password",
      "required": true,
      "autocomplete": "current-password",
      "label": "Password",
      "name": "password",
      "placeholder": "••••••••"
    },
    {
      "id": "remember",
      "component": "CheckBox",
      "label": "Remember me",
      "name": "remember"
    },
    {
      "id": "text",
      "component": "Text",
      "textContent": "Forgot password?",
      "variant": "body"
    },
    {
      "id": "link",
      "component": "Link",
      "href": "/site/examples/auth/forgot-password",
      "text": "Forgot password?",
      "children": [
        "text"
      ]
    },
    {
      "id": "row",
      "component": "Row",
      "align": "center",
      "justify": "space-between",
      "children": [
        "remember",
        "link"
      ]
    },
    {
      "id": "button",
      "component": "Button",
      "type": "submit",
      "text": "Sign in",
      "variant": "primary"
    },
    {
      "id": "column",
      "component": "Column",
      "gap": "4",
      "children": [
        "password",
        "row",
        "button"
      ]
    },
    {
      "id": "root",
      "component": "FormContainer",
      "children": [
        "column"
      ]
    }
  ]
}
