{
  "name": "auth-mfa-fallback-actions",
  "kind": "block",
  "primary": "col-ui",
  "page": "/apps/user-flow/app/auth/sign-in/mfa/mfa.contents.html",
  "slots": [],
  "nested": [],
  "attrs": {
    "gap": "2"
  },
  "html": "<col-ui gap=\"2\">\n              <button-ui text=\"Send code via SMS\" icon=\"device-mobile\" variant=\"outline\"></button-ui>\n              <button-ui text=\"Use security key\" icon=\"key\" variant=\"outline\"></button-ui>\n            </col-ui>",
  "source": "apps/user-flow/app/auth/sign-in/mfa/mfa.contents.html",
  "metadata": {
    "domain": "auth",
    "description": "MFA fallback action buttons — use backup code or contact support.",
    "keywords": [
      "auth",
      "mfa",
      "fallback",
      "backup",
      "code",
      "recovery",
      "actions"
    ]
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "button",
      "component": "Button",
      "icon": "device-mobile",
      "text": "Send code via SMS",
      "variant": "outline"
    },
    {
      "id": "button-2",
      "component": "Button",
      "icon": "key",
      "text": "Use security key",
      "variant": "outline"
    },
    {
      "id": "root",
      "component": "Column",
      "gap": "2",
      "children": [
        "button",
        "button-2"
      ]
    }
  ]
}
