{
  "name": "auth-locked-recovery-options",
  "kind": "block",
  "primary": "col-ui",
  "page": "/apps/user-flow/app/auth/account-locked/account-locked.contents.html",
  "slots": [],
  "nested": [],
  "attrs": {
    "gap": "2"
  },
  "html": "<col-ui gap=\"2\">\n              <button-ui text=\"Email a reset link\" icon=\"envelope-simple\" variant=\"outline\"></button-ui>\n              <button-ui text=\"Use a backup code\" icon=\"key\" variant=\"outline\"></button-ui>\n              <button-ui text=\"Contact support\" icon=\"lifebuoy\" variant=\"outline\"></button-ui>\n            </col-ui>",
  "source": "apps/user-flow/app/auth/account-locked/account-locked.contents.html",
  "metadata": {
    "domain": "auth",
    "description": "Locked account recovery options — email reset link or contact support buttons.",
    "keywords": [
      "auth",
      "locked",
      "account",
      "recovery",
      "reset",
      "email",
      "support"
    ]
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "button",
      "component": "Button",
      "icon": "envelope-simple",
      "text": "Email a reset link",
      "variant": "outline"
    },
    {
      "id": "button-2",
      "component": "Button",
      "icon": "key",
      "text": "Use a backup code",
      "variant": "outline"
    },
    {
      "id": "button-3",
      "component": "Button",
      "icon": "lifebuoy",
      "text": "Contact support",
      "variant": "outline"
    },
    {
      "id": "root",
      "component": "Column",
      "gap": "2",
      "children": [
        "button",
        "button-2",
        "button-3"
      ]
    }
  ]
}
