Skip to content

Commit db85bbb

Browse files
autopilot proposal (#62)
Co-authored-by: codeautopilot[bot] <131053011+codeautopilot[bot]@users.noreply.github.com> Co-authored-by: Tachibana Shin <tachibshin@duck.com>
1 parent a03a0b5 commit db85bbb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/options/core.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,8 @@ Default oauth2 request data.
428428

429429
Default fetch request data.
430430

431-
> The `keyUser` option supports dot notation, allowing you to specify nested properties within the user object.
431+
> The `keyUser` option now supports dot notation, allowing you to specify nested keys within the user object. For example, if your user object is structured as `{ profile: { details: { name: 'John' } } }`, you can use `keyUser: 'profile.details.name'` to access the name.
432+
432433

433434
#### References
434435

0 commit comments

Comments
 (0)