mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-14 19:35:26 -04:00
Fix /refresh endpoint version (#14364)
This commit is contained in:
parent
e5d18956b9
commit
a4b1f64562
3 changed files with 10 additions and 9 deletions
|
@ -536,7 +536,7 @@ def _get_auth_flow_dict_for_idp(idp: SsoIdentityProvider) -> JsonDict:
|
|||
|
||||
|
||||
class RefreshTokenServlet(RestServlet):
|
||||
PATTERNS = (re.compile("^/_matrix/client/v1/refresh$"),)
|
||||
PATTERNS = client_patterns("/refresh$")
|
||||
|
||||
def __init__(self, hs: "HomeServer"):
|
||||
self._auth_handler = hs.get_auth_handler()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue