{
  "name": "auth-session-expired-actions",
  "kind": "block",
  "primary": "col-ui",
  "page": "/apps/user-flow/app/auth/session-expired/session-expired.contents.html",
  "slots": [],
  "nested": [],
  "attrs": {
    "gap": "2",
    "size": "lg"
  },
  "html": "<col-ui gap=\"2\" size=\"lg\">\n              <button-ui text=\"Sign back in\" variant=\"primary\"></button-ui>\n              <button-ui text=\"Use a different account\" icon=\"user-switch\"></button-ui>\n            </col-ui>",
  "source": "apps/user-flow/app/auth/session-expired/session-expired.contents.html",
  "metadata": {
    "domain": "auth",
    "description": "Session expired action buttons — sign back in or go to home.",
    "keywords": [
      "auth",
      "session",
      "expired",
      "actions",
      "buttons",
      "sign",
      "in",
      "home"
    ]
  },
  "captured_at": "2026-06-07T19:28:13.657Z",
  "template": [
    {
      "id": "button",
      "component": "Button",
      "text": "Sign back in",
      "variant": "primary"
    },
    {
      "id": "button-2",
      "component": "Button",
      "icon": "user-switch",
      "text": "Use a different account"
    },
    {
      "id": "root",
      "component": "Column",
      "gap": "2",
      "children": [
        "button",
        "button-2"
      ]
    }
  ]
}
