diff --git a/src/pages/sdk/auth-client/functions/installTabFetchInterceptor.mdx b/src/pages/sdk/auth-client/functions/installTabFetchInterceptor.mdx index 9a4c37f..89cef3e 100644 --- a/src/pages/sdk/auth-client/functions/installTabFetchInterceptor.mdx +++ b/src/pages/sdk/auth-client/functions/installTabFetchInterceptor.mdx @@ -19,7 +19,7 @@ Defined in: [tab-session.ts:122](https://github.com/orangecheck/oc-packages/blob Install a scoped `window.fetch` wrapper that attaches the tab pin to every same-site request, so app-level data fetches (vault shares, me -wallet, fleet projects, …) execute as the account this tab displays — +wallet, projects, …) execute as the account this tab displays — without touching any call site. Returns an uninstaller. Conservative by design: