Skip to content

Commit

Permalink
docs(core): fix spacing for unimpersonateData code sample (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailarilik committed Mar 9, 2024
1 parent 7aa534c commit 3b6c4fa
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docs/options/core.md
Original file line number Diff line number Diff line change
Expand Up @@ -489,19 +489,19 @@ Default impersonate request data.
## unimpersonateData

```ts
@typeof AxiosRequestConfig & {
@typeof AxiosRequestConfig & {
redirect?: RouteLocationRaw
fetchUser?: boolean
makeRequest?: boolean
cacheUser?: boolean
}
@default {
url: "auth/unimpersonate",
method: "POST",
redirect: "/admin",
fetchUser: true,
makeRequest: false,
},
fetchUser?: boolean
makeRequest?: boolean
cacheUser?: boolean
}
@default {
url: "auth/unimpersonate",
method: "POST",
redirect: "/admin",
fetchUser: true,
makeRequest: false,
},
```

Default unimpersonate request data.
Expand Down

0 comments on commit 3b6c4fa

Please sign in to comment.