mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-16 23:11:34 +01:00
Fix refreshable_access_token_lifetime typo (#17357)
Simple typo in the docs
This commit is contained in:
parent
c89fea3fd1
commit
f79dbd0f61
1 changed files with 1 additions and 1 deletions
|
@ -2719,7 +2719,7 @@ Example configuration:
|
||||||
session_lifetime: 24h
|
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.
|
Time that an access token remains valid for, if the session is using refresh tokens.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue