Remove config value from header (#16763)

Signed-off-by: Fredrik Lanker <fredrik@lanker.se>
This commit is contained in:
Fredrik Lanker 2024-01-02 12:50:50 +01:00 committed by GitHub
parent 8a50312099
commit c1fe945dd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/16763.doc Normal file
View File

@ -0,0 +1 @@
Remove value from header in configuration documentation for `refresh_token_lifetime`.

View File

@ -2680,7 +2680,7 @@ Example configuration:
refreshable_access_token_lifetime: 10m
```
---
### `refresh_token_lifetime: 24h`
### `refresh_token_lifetime`
Time that a refresh token remains valid for (provided that it is not
exchanged for another one first).