Skip to content

Commit 736ffdf

Browse files
committed
chore: update customer account documentation
Signed-off-by: Frederik Bußmann <frederik@bussmann.io>
1 parent ca39d90 commit 736ffdf

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

docs/content/2.essentials/4.customer-account.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ const { data } = await customerAccount.request(`#graphql
164164
</template>
165165
```
166166

167-
You can also wrap use the `useCustomerAccount` composable in another composable, to build an abstracted
167+
You can also wrap the `useCustomerAccount` composable in another composable, to build an abstracted
168168
data fetching method:
169169

170170
```ts [~/composables/useCustomer.ts]
@@ -187,10 +187,6 @@ This way, you can reuse the `useCustomerData` composable in multiple places in y
187187
By default, each request from the client side is proxied through the Nitro server.
188188
This behaviour can be customized by setting `proxy: false` in the customer account client config.
189189

190-
::note
191-
Using the Customer Account API on the client side without a proxy is currently not supported.
192-
::
193-
194190
### useCustomerAccountData
195191

196192
You can wrap the `useCustomerAccount` call with Nuxt's `useAsyncData` composable to integrate into the hybrid rendering model.

0 commit comments

Comments
 (0)