Skip to content

Commit

Permalink
fix(docs): title hierarchy in app configuration (#844)
Browse files Browse the repository at this point in the history
  • Loading branch information
NanamiNakano authored Aug 4, 2024
1 parent 3da2724 commit 2e564da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/application-side/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export default new CustomRefreshHandler()

If no custom RefreshHandler is defined, the [built-in-handler](https://github.com/sidebase/nuxt-auth/blob/main/src/runtime/utils/refreshHandler.ts) will be used to handle refreshes.

### `globalAppMiddleware`
## `globalAppMiddleware`

- **Type:** `GlobalMiddlewareOptions | boolean`
- **Default**: `false`
Expand Down

0 comments on commit 2e564da

Please sign in to comment.