mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-28 17:03:42 +01:00
s/registration/login/
This commit is contained in:
parent
b8e2ac5c1b
commit
59a4e84361
|
|
@ -1011,7 +1011,7 @@ was registered whilst the client was performing authentication.
|
||||||
|
|
||||||
Old V1 API docs: |register|_
|
Old V1 API docs: |register|_
|
||||||
|
|
||||||
{{registration_http_api}}
|
{{login_http_api}}
|
||||||
|
|
||||||
Changing Password
|
Changing Password
|
||||||
~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~
|
||||||
|
|
|
||||||
|
|
@ -96,9 +96,9 @@ class MatrixSections(Sections):
|
||||||
title_kind="~"
|
title_kind="~"
|
||||||
)
|
)
|
||||||
|
|
||||||
def render_registration_http_api(self):
|
def render_login_http_api(self):
|
||||||
return self._render_http_api_group(
|
return self._render_http_api_group(
|
||||||
"registration",
|
"login",
|
||||||
title_kind="~"
|
title_kind="~"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue