{
  "name": "auth-oauth-fallback-actions",
  "kind": "block",
  "primary": "col-ui",
  "page": "/apps/user-flow/app/auth/oauth/callback/callback.contents.html",
  "slots": [],
  "nested": [],
  "attrs": {
    "gap": "2",
    "size": "lg"
  },
  "html": "<col-ui gap=\"2\" size=\"lg\">\n              <button-ui text=\"Try again\" icon=\"arrows-clockwise\" variant=\"primary\"></button-ui>\n              <button-ui text=\"Back to sign in\" icon=\"arrow-left\"></button-ui>\n            </col-ui>",
  "source": "apps/user-flow/app/auth/oauth/callback/callback.contents.html",
  "metadata": {
    "domain": "auth",
    "description": "OAuth fallback action buttons — use email/password instead after OAuth failure.",
    "keywords": [
      "auth",
      "oauth",
      "fallback",
      "email",
      "password",
      "alternative",
      "actions"
    ]
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "button",
      "component": "Button",
      "icon": "arrows-clockwise",
      "text": "Try again",
      "variant": "primary"
    },
    {
      "id": "button-2",
      "component": "Button",
      "icon": "arrow-left",
      "text": "Back to sign in"
    },
    {
      "id": "root",
      "component": "Column",
      "gap": "2",
      "children": [
        "button",
        "button-2"
      ]
    }
  ]
}
