0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-28 20:48:58 +02:00

Fix refreshable_access_token_lifetime typo (#17357)

Simple typo in the docs
This commit is contained in:
douglaz 2024-06-25 11:07:13 +00:00 committed by GitHub
parent c89fea3fd1
commit f79dbd0f61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2719,7 +2719,7 @@ Example configuration:
session_lifetime: 24h
```
---
### `refresh_access_token_lifetime`
### `refreshable_access_token_lifetime`
Time that an access token remains valid for, if the session is using refresh tokens.