Skip to content

Commit

Permalink
fix ref access
Browse files Browse the repository at this point in the history
  • Loading branch information
wobsoriano committed Dec 13, 2024
1 parent 0e73e43 commit e6b0885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/references/vue/use-user.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const updateUser = async () => {

### Reload user data with the `useUser()` composable

To retrieve the latest user data after updating the user elsewhere, use the `user.reload()` method.
To retrieve the latest user data after updating the user elsewhere, use the `user.value.reload()` method.

For more information on the `reload()` method, see the [`User`](/docs/references/javascript/user/user#reload) reference.

Expand Down

0 comments on commit e6b0885

Please sign in to comment.