{
  "name": "auth-mfa-recovery",
  "kind": "block",
  "primary": "form",
  "page": "/apps/user-flow/app/auth/sign-in/mfa/recovery/recovery.contents.html",
  "slots": [],
  "nested": [],
  "attrs": {
    "size": "lg"
  },
  "html": "<form size=\"lg\">\n              <col-ui gap=\"4\">\n                <input-ui\n                  label=\"Backup code\"\n                  name=\"recovery_code\"\n                  autocomplete=\"one-time-code\"\n                  placeholder=\"abcd-efgh\"\n                  hint=\"Codes look like abcd-efgh. Each code works once.\"\n                  required\n                ></input-ui>\n                <button-ui text=\"Verify and continue\" variant=\"primary\" type=\"submit\"></button-ui>\n              </col-ui>\n            </form>",
  "source": "apps/user-flow/app/auth/sign-in/mfa/recovery/recovery.contents.html",
  "metadata": {
    "domain": "auth",
    "description": "MFA recovery card — enter backup recovery code when primary MFA unavailable.",
    "keywords": [
      "auth",
      "mfa",
      "recovery",
      "backup",
      "code",
      "two-factor",
      "alternative"
    ]
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "recovery-code",
      "component": "Input",
      "required": true,
      "autocomplete": "one-time-code",
      "label": "Backup code",
      "name": "recovery_code",
      "placeholder": "abcd-efgh"
    },
    {
      "id": "button",
      "component": "Button",
      "type": "submit",
      "text": "Verify and continue",
      "variant": "primary"
    },
    {
      "id": "column",
      "component": "Column",
      "gap": "4",
      "children": [
        "recovery-code",
        "button"
      ]
    },
    {
      "id": "root",
      "component": "FormContainer",
      "children": [
        "column"
      ]
    }
  ]
}
