s/registration/login/
This commit is contained in:
parent
b8e2ac5c1b
commit
59a4e84361
3 changed files with 3 additions and 3 deletions
|
@ -96,9 +96,9 @@ class MatrixSections(Sections):
|
|||
title_kind="~"
|
||||
)
|
||||
|
||||
def render_registration_http_api(self):
|
||||
def render_login_http_api(self):
|
||||
return self._render_http_api_group(
|
||||
"registration",
|
||||
"login",
|
||||
title_kind="~"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue